/** 步骤栏 start **/
.reset_step{
    font-size: 0;
    background-color: #FAFAFA;
    height: 80px;
    box-sizing: border-box;
    padding-top: 20px;
}
.reset_step .step_wrapper{
    text-align: right;
    margin: 0 auto;
    width: 1100px;
}
.reset_step .step_line{
    /*padding-left: 45px;*/
    padding-bottom: 3px;
}
.step_line .circle{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #E6E6E6;
    vertical-align: middle;
}
.step_line .line{
    display: inline-block;
    height: 2px;
    width: 85px;
    background-color: #E6E6E6;
    vertical-align: middle;
}
.heighlight{
    background-color: #3A9FE4!important;
}
.reset_step .step_content{
    transform: translateX(45px);
}
.step_content .step_text{
    width: 97px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.blue_text{
    color: #3A9FE4!important;
}

/** 多语言调整情况 **/
.ko_kr .step_content .step_text, .en_us .step_content .step_text{
    width: 150px;
}
.ja_jp .step_content .step_text{
    width: 190px;
}
.ko_kr .step_line .line, .en_us .step_line .line{
    width: 138px;
}
.ja_jp .step_line .line{
    width: 178px;
}
.ko_kr.reset_step .step_content, .en_us.reset_step .step_content{
    transform: translateX(75px);
}
.ja_jp.reset_step .step_content{
    transform: translateX(95px);
}
/** 步骤栏 end **/
.com_btn button{
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background-color: #0097FF;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}
.com_btn button:hover{
    background-color: #4BC5F4;
}
