﻿#account_supply .title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: #575757;
}
#account_supply .title .tips_icon{
    line-height: 30px;
    width: 30px;
    background-position: left -200px;
}
#account_supply .tips_title {
    margin-bottom: 10px;
}
#account_supply .tips_content {
    margin-bottom: 15px;
}



#account_mini_supply {
    padding: 5px 15px 5px 20px;
}
#account_mini_supply .title {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    color: #575757;
}
#account_mini_supply .title .tips_icon{
    line-height: 30px;
    width: 30px;
    background-position: left -200px;
}
#account_mini_supply .tips_title {
    margin-bottom: 10px;
    font-size: 12px;
}
#account_mini_supply .tips_content {
    font-size: 12px;
}
.account_mini_supply_form_container {
    height: 310px;
    overflow-x: hidden;
    overflow-y: auto;
}
.account_mini_supply_submit {
    padding: 5px 15px 5px 20px;
}
.account_mini_supply_link {
    margin-bottom: 10px;
    line-height: 27px;
    float: left;
}
.account_mini_supply_submit .submit_btn {
    width: 144px;
    height: 27px;
    background-position: left -61px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    float: right;
}



/* PC扫码验证 */
#div_Register_SendSmsCode {
    position: relative;
}
#div_Register_SendSmsCode .back_icon,.tips_icon{
    line-height: 18px;
    width: 18px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
#div_Register_SendSmsCode .smsCode_qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 15px 0;
}
#div_Register_SendSmsCode .smsIcon_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 144px;
    background: #f5f6f7;
}
#div_Register_SendSmsCode .smsIcon_item {
    height: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    cursor: pointer;
}
#div_Register_SendSmsCode .active_smsIcon {
    background: #e5004f;
}
#div_Register_SendSmsCode .smsIcon {
    width: 30px;
}
#div_Register_SendSmsCode .qrCode_container {
    border: 4px solid #e5004f;
    padding: 2px;
}
#div_Register_SendSmsCode .active-qrCode {
    width: 132px;
    height: 132px;
}
#div_Register_SendSmsCode .smsCode_link{
    color: blue;
    cursor: pointer;
    text-decoration: none;
}
#div_Register_SendSmsCode .smsCode_content{
    margin: 5px 0;
}
#div_Register_SendSmsCode .smsCode_tips{
    width: 300px;
    text-align: left;
    padding: 8px;
    position: absolute;
    top: 125px;
}
#div_Register_SendSmsCode #qrCode-section {
    text-align: center;
    margin-bottom: 20px;
}
#div_Register_SendSmsCode #qrCode-section .tips_content {
    text-align: left;
    font-size: 13px;
}
#div_Register_SendSmsCode #qrCode-section .tips_content_2 {
    margin-top: 15px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
}



/* 扫码提示信息 */
#sms_help_info {
    /* border-left: 1px solid #e5004f;
    border-right: 1px solid #e5004f;
    border-bottom: 1px solid #e5004f; */
}
#sms_help_info .back_icon{
    line-height: 18px;
    width: 18px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
#sms_help_info .step_title{
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
}
#sms_help_info .step_content{
    display: flex;
    align-items: center;
}
#sms_help_info .content_icon{
    width: 35px;
    height: 35px;
    padding-bottom: 4px;
    margin-right: 10px;
}
#sms_help_info .content {
    font-size: 13px;
    margin-bottom: 5px;
}
#sms_help_info .content_gray {
    font-size: 13px;
    color: #c2bfbf;
    margin-bottom: 5px;
}
#sms_help_info .step_section {
    margin-bottom: 22px;
}
#sms_help_info .smsIcon_list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 15px;
}
#sms_help_info .bottom_border{
    width: 100%;
    height: 2px;
    background: #e7e7e7cb;
    margin-bottom: 15px;
}
#sms_help_info .smsIcon_list .smsIcon{
    width: 28px;
    height: 28px;
    padding-right: 5px;
}


/* mini版本扫码提示信息 */
#sms_help_info_mini {
    /* border-left: 1px solid #e5004f;
    border-right: 1px solid #e5004f;
    border-bottom: 1px solid #e5004f; */
    font-size: 12px;
    padding: 0 10px;
}
#sms_help_info_mini .back_icon{
    line-height: 18px;
    width: 18px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
#sms_help_info_mini .step_title{
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}
#sms_help_info_mini .step_content{
    display: flex;
    align-items: center;
}
#sms_help_info_mini .content_icon{
    width: 33px;
    height: 33px;
    margin-right: 10px;
}
#sms_help_info_mini .content {
    font-size: 12px;
    margin-bottom: 0px;
}
#sms_help_info_mini .content_gray {
    font-size: 12px;
    color: #c2bfbf;
    margin-bottom: 0px;
}
#sms_help_info_mini .step_section {
    margin-bottom: 9px;
}
#sms_help_info_mini .smsIcon_list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#sms_help_info_mini .bottom_border{
    width: 100%;
    height: 2px;
    background: #e7e7e7cb;
    margin-bottom: 8px;
}
#sms_help_info_mini .smsIcon_list .smsIcon{
    width: 25px;
    height: 25px;
    padding-right: 5px;
}



/* mini扫码验证 */
#div_Register_SendSmsCode_mini {
    position: relative;
}
#div_Register_SendSmsCode_mini .back_icon,.tips_icon{
    line-height: 18px;
    width: 18px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
#div_Register_SendSmsCode_mini .smsCode_qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 8px 0;
}
#div_Register_SendSmsCode_mini .smsIcon_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 124px;
    background: #f5f6f7;
}
#div_Register_SendSmsCode_mini .smsIcon_item {
    height: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    cursor: pointer;
}
#div_Register_SendSmsCode_mini .active_smsIcon {
    background: #4a9ce6;
}
#div_Register_SendSmsCode_mini .smsIcon {
    width: 28px;
}
#div_Register_SendSmsCode_mini .qrCode_container {
    border: 4px solid #4a9ce6;
    padding: 2px;
}
#div_Register_SendSmsCode_mini .active-qrCode {
    width: 112px;
    height: 112px;
}
#div_Register_SendSmsCode_mini .smsCode_link{
    color: #4a9ce6;
    cursor: pointer;
    text-decoration: none;
}
#div_Register_SendSmsCode_mini .smsCode_content{
    margin: 5px 0;
}
#div_Register_SendSmsCode_mini .smsCode_tips{
    width: 246px;
    text-align: left;
    padding: 8px;
    position: absolute;
    top: 50px;
}
#div_Register_SendSmsCode_mini #qrCode-section {
    text-align: center;
    margin-bottom: 5px;
}
#div_Register_SendSmsCode_mini #qrCode-section .tips_content {
    text-align: left;
    font-size: 12px;
    padding: 0 5px;
}
#div_Register_SendSmsCode_mini #qrCode-section .tips_content_2 {
    margin-top: 6px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
}

.return_submit_btn {
    padding: 8px 28px;
    border: 1px solid #E5004F;
}
.smscode_submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.smscode_supply_submit {
    padding: 5px 10px 0 10px;
}
.return_submit_btn_mini {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.smscode_submit_btn {
    width: 144px;
    height: 27px;
    background-image: url(../image/icon_anniu.png);
    background-repeat:no-repeat;
	background-position:left;
	background-origin:content-box;
    background-size:100%;
    cursor: pointer;
    border: 0;
}
.helpinfo_icon {
    width: 16px;
    position: relative;
    top: -3px;
}
