.step-bar {
    padding: 60px 0;
    display: -webkit-inline-box;
    width: 100%;
    position: relative;
}
.step-bar > div {
    width: 32%;
    float: left;
    text-align: center;
    color: #999;
    font-size: 16px;
    position: relative;
    height: 35px;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
}
.step-bar > div.active {
    color: #394C80;
    color: #409eff;
    background-color: #faedc9; 
    border-radius: 17px;
    font-weight: normal;

}
.step-bar > div .active:after {
    width: 10px;
    height: 10px;
    position: absolute;
    border: 2px #fff solid;
    border-radius: 5px;
    background-color: #173b9e;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    z-index: 2;
    content: ' ';
}


 .step-bar > div.active i {
    background-color: #394C80;
}

.clearfix:after, .clearfix:before {
    display: table !important;
    content: " " !important;
    clear: both !important;
}

.step-bar > div i {
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: #999;
    color: #fff;
    border-radius: 9px;
    font-size: 14px;
}
 .step-bar > div:after {
    width: 10px;
    height: 10px;
    position: absolute;
    border: 2px #fff solid;
    border-radius: 5px;
    background-color: #409eff;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    z-index: 2;
    content: ' ';
}
.step-bar > div.progress {
    width: 100%;
    height: 10px;
    background-color: #409eff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.step-bar > div.progress:after {
    width: 0;
    height: 10px;
    background-color: #3C7EE5;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: -1300px;
    z-index: 1;
    border: 0px;
}
.logo-page1 img {
    vertical-align: top;
    margin-right: 20px;
    width: 70px;

}
.logo-page2 img {
    vertical-align: top;
    margin-right: 20px;
    width: 70px;
}
.rlogo{
    width: 50px;
    height: 50px;
}
 .text {
    display: inline-block;
    color: #fff;
    width: 380px;
    text-align: left;
}


.text .title {
    border: dotted #409eff;
    padding: 20px;
    max-width: 361px;
    font-size: 19px;
    border-width: 2px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    
}
 .text .title:before
{
    content: attr(data-text);
    position: absolute;
    top: 20;
    left: 20;
    width: 0;
    height: 100%;
    color: #409eff;
    overflow: hidden;
    -webkit-text-stroke: 0vw #383d52;
    animation: animate 4s linear infinite;
    word-break:keep-all;       /* 不换行 */
    

white-space:nowrap;        /* 不换行 */
}
@keyframes animate
{
    0%,10%,100%
    {
        width: 0;
    }
    70%,90%
    {
        width: 100%;
    }
}

.question{
    color: #999;
    font-size: 16px;
    padding: 35px 0 0;
}
.logo-page1 .answer input {
    width: 100%;
    border: transparent;
    border: 1px solid #409eff;
    border-radius: 7px;
    padding: 20px;
    font-size: 24px;
    color: #333;
    outline: 0;
    margin-top: 10px;
}
input:-moz-placeholder,
textarea:-moz-placeholder { 
    color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
    color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #999 ;
}
.logo-page1 .logo_btn {
    width: 100%;
    color: #fff;
    margin-top: 3rem;
}
.logo-page1 .logo_btn button {
    background: #409eff;
    border: transparent;
    border-radius: 5px;
    padding: 1.2rem 2.5rem;
    outline: 0;
    color: #fff;
}

.btnhui{
    background: #999 !important;
}
.logo-page2{

}
.logo-page2 .trade_img_list {
    clear: both;
}
.frombox3{
    width: 1180px;
    margin: auto;
}
.trade_img_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.col-md-2 {
    width: 16.66666667%;
    
}
.col-xs-4 {
    width: 16.66666667%;
    
}


 .trade_img_list .box {
    cursor: pointer;
    background-color: #fff;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
    padding: 2rem 0;
    position: relative;
}
 .trade_img_list .box .box1 {
    background-position: -49px -8px;
}
 .trade_img_list .box .box_img {
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
}
.trade_img_list .box img {
    margin: 0;
    width: 3rem;
    height: 3rem;
}

.trade_img_list .active {
    border: 2px solid #409eff;
    margin: 8px;
}
 .trade_img_list .active .selectimg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
}
.trade_img_list  .selectimg {
    display: none;
}
.logo-page2 .logo_btn .go_back {
    background: 0 0;
    color: #409eff;
    border: 1px solid #409eff;
    margin-right: 10px;
    font-size: 15px;
}
.logo-page2 .logo_btn button {
    background: #409eff;
    border: transparent;
    border-radius: 5px;
    padding: 1.2rem 2.5rem;
    outline: 0;
    color: #fff;

}