#content{
    overflow: visible;
}
body,
html {
    font-size: 0;
}

.personal-center-content-nav {
    border: none;
}

.common-slide-ul {
    padding-bottom: 84px;
}

.wrapper-main:before,
.wrapper-main:after{
    content:'';
    clear: both;
    display: table;
}

.wrapper-main .side-bar-left{
    float: left;
}

.wrapper-main .side-bar-right,.wrapper-main>div:nth-child(1) {
    float: right;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
}

.register-block .register-title {
    font-size: 18px;
    color: #252b3a;
    line-height: 22px;
    padding: 12px 0 16px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.info-block {
    padding: 20px 0 0;
    font-size: 0;
}

.info-block .info-title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666a75;
    line-height: 28px;
}

.info-block .info-list>li {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    font-size: 0;
}

.info-list li.must:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 2px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/developer-center-second/developer-center-register/icon-must.svg) no-repeat center;
}

.info-block .info-list>li.waring {
    margin-bottom: 46px;
}

.info-block .info-list>li.waring .input:not(.search-input),
.info-block .info-list>li.waring .textarea-box
 {
    border: 1px solid #c7000b;
}

.info-block .info-list>li .input[data-status='1'] {
    color: #252b3a;
}

.info-block .info-list>li .input.ismust[data-status='1'] {
    color: #a0a2a8;
}

.waring .input.input-text {
    color: #252b3a;
}

.info-block .info-list>li.waring.school .input[data-status='1'] {
    border: 1px solid #ddd;
}

.info-block .info-list>li .warning-text {
    display: none;
}

.info-block .info-list>li.waring .warning-text {
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    font-size: 12px;
    color: #c7000b;
    left: 75px;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    display: block;
}

.info-block .info-list>li .warning-text:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/developer-center-second/developer-center-register/icon-waring.png) no-repeat center;
}

.info-block .info-list>li .warning-tips {
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    font-size: 12px;
    color: #666a75;
    left: 75px;
    line-height: 22px;
    padding-left: 20px;
    display: block;
}

.info-block .info-list>li.isArea {
    margin-bottom: 62px;
}

.info-block .info-list>li.isArea.waring{
    margin-bottom: 82px;
}

.info-block .info-list>li .warning-tips:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 2px;
    background: url(../images/developer-center-second/developer-center-register/icon-warning-tips.svg) no-repeat center/cover;
}

.info-block .info-list>li.isArea.waring .warning-tips {
    top: -webkit-calc(100% + 30px);
    top: -moz-calc(100% + 30px);
    top: calc(100% + 30px);
}

.info-list .label-name {
    font-size: 16px;
    color: #252b3a;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    min-width: 32px;
    height: 30px;
    overflow: hidden;
}
.info-list .label-name p{
    height: 30px;
    line-height: 30px;
    word-break: break-all;
}
/*label 长度过长右边添加提示符*/
.info-list .tip_icon {
    margin-left: 6px;
}
/*label 的补充说明字段*/
.info-list #desc {
    top: -8px;
    background-color: #fff;
    z-index:1000;
    padding: 0;
    font-size: 14px;
    color: #8a8e9c;
    position: absolute;
}

.info-list .input {
    width: 440px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 0 10px;
    margin: 0 10px 0 20px;
    color:#ADB0B8;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.info-list.team-detail .input,
.info-list.team-detail .select-box {
    margin-left: 0;
}

.info-list div.input {
    line-height: 30px;
}

.info-list .school div.input.hide,
.school-input-box.hide {
    display: none;
}

.basicInfo input.input.input-text,
.basicInfo.changeme div.input.input-text,
.basicInfo.changeme textarea.input.input-text,
.basicInfo .textarea-box
{
    display: none;
}
.basicInfo.changeme input.input.input-text,
.basicInfo div.input.input-text,
.basicInfo.changeme .textarea-box,
.basicInfo.changebtn{
    display: inline-block;
}
.basicInfo .changebtn{
    cursor: pointer;
}
input.input.input-text:hover {
    border: 1px solid #a0a2a8;
}

input.input.input-text:focus {
    color: #252b3a;
}

.info-list .school div.input {
    line-height: 32px;
}

.school-input-box {
    width: 440px;
    color: #a0a2a8;
    margin-left: 20px;
    font-size: 0;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    vertical-align: middle;
}

.school-input-box .select-box {
    margin: 0;
    font-size: 14px;
}

.school-input-box .select-name {
    width: 100%;
}


.select-box.province-box {
    width: 150px;
}

.select-box.school-box {
    margin-left: 10px;
    width: 280px;
    position: relative;
}

.select-box.province-box:after,.select-box.school-box:after{
    content: '';
    position: absolute;
    width: 32px;
    height: 22px;
    right: 0px;
    top: 5px;
    display: inline-block;
    border-left: 1px solid #ddd;
    background: url(../images/developer-center-second/developer-center-campus/icon-select.png) no-repeat center;
}

.select-box.province-box.active:after,.select-box.school-box.active:after{
    content: '';
    display: inline-block;
    border-right: 1px solid #ddd;
    border-left: none;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select-box .select-list li.hideThis{
    display: none;
}

.select-box .select-list li.hideThis.school-other{
    display: flex;
}

.school-input-box .school-input {
    margin-left: 10px;
    width: 280px;
    margin-right: 0;
    vertical-align: top;
}

.school-input-box.isTaiWan .select-box.school-box,
.school-input-box .school-input.input {
    display: none;
}

.school-input-box .select-box.school-box,
.school-input-box.isTaiWan .school-input.input {
    display: inline-block;
}

.school-input-box .school-other-input{
    margin-left: 0;
    margin-top: 10px;
}

.info-list .school-input-box .input.school-other-input{
    color: #252b3a;
}

#college {
    border: none;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a0a2a8;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a0a2a8;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a0a2a8;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a0a2a8;
}

input.search-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #adb0b8;
}

input.search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #adb0b8;
}

input.search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #adb0b8;
}

input.search-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #adb0b8;
}

.info-list .input.disabled {
    background: #f7f7f7;
}

.info-list #email.input.waring.disabled {
    background: #fff;
    border: none;
    color: #c7000b;
}

.info-list a {
    color: #1b79c8;
    font-size: 14px;
    vertical-align: middle;
}

.info-list a:hover {
    text-decoration: underline;
}

.select-box {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 20px;
}

.select-box .select-name {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding-right: 40px;
    line-height: 30px;
}

.select-box .select-list {
    display: none;
}

.select-box.active .select-list,
.select-box.active .search-box {
    position: absolute;
    left: 0;
    top: -webkit-calc(100% + 5px);
    top: -moz-calc(100% + 5px);
    top: calc(100% + 5px);
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9;
    display: block;
    max-height: 200px;
}

.select-box .select-list li, .select-box.school-box .select-list .school-other {
    padding: 0 9px;
    font-size: 14px;
    color: #252b3a;
    line-height: 20px;
    min-height: 36px;
    text-align: left;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.select-box .select-list li:hover, .select-box.school-box .select-list .school-other:hover {
    color: #c7000b;
    background: #f7f7f7;
}

.select-box .select-list li.selected,.select-box.school-box .select-list .school-other.selected {
    color: #fff;
    background-color: #c7000b;
}

.select-box .select-list li em{
    color: #c7000b;
}

.select-box .select-list li.selected em{
    color: #fff;
}

.select-box .select-name:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 22px;
    right: 0px;
    top: 5px;
    display: inline-block;
    border-left: 1px solid #ddd;
    background: url(../images/developer-center-second/developer-center-campus/icon-select.png) no-repeat center;
}

.select-box.active .select-name:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #ddd;
    border-left: none;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
}

.info-block.other-info .label-name {
    vertical-align: top;
}

.textarea-box {
    display: inline-block;
    position: relative;
    width: 440px;
    height: 80px;
    margin:0 10px 0 20px;
    font-size: 14px;
}

.po-textarea-container .po-textarea {
    padding-right: 5px;
}

.po-textarea-container .po-textarea-counter {
    right: 5px;
    line-height: 12px;
}

.btn-block {
    padding-bottom: 50px;
    padding-left: 184px;
    padding: 22px 0 32px 0px;
    font-size: 0;
}

#RegisteredModal .btn-block{
    margin-top:-21px
}

#RegisteredModal .modal-detail-block {
    height: 176px;
}
#SaveRegisterInfoModal .modal-detail-block{
    height:176px
}
#SaveRegisterInfoModal .btn-block{
    margin-top: -21px;
}
#myliveModal .modal-detail-block{
    height:176px;
}
#myliveModal .btn-block{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    margin-top: -21px;
}
.btn-block .btn {
    border: 1px solid #c7000b;
    border-radius: 2px;
    display: inline-block;
    width: 118px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
}

.btn-block .btn.btn-grey {
    background: #f7f7f7;
    border: 1px solid #dddddd;
    color: #a0a2a8;
    cursor: default;
}

.btn-block .btn.btn-red {
    background: #c7000b;
    color: #fff;
    display: none;
}

.btn-block .btn.btn-red:hover {
    box-shadow: 0 8px 16px 0 rgba(227, 24, 31, 0.3);
}

.btn-block .btn.btn-white {
    color: #c7000b;
    margin-left: 14px;
}

.btn-block .btn.btn-white:hover {
    background: #c7000b;
    color: #fff;
}

.btn-block.confirm .btn-red {
    display: inline-block;
}

.agreement-block .checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: url(./../images/developer-center-second/developer-center-register/icon-checkbox.svg) no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
}

.agreement-block .checkbox.checked {
    background: url(./../images/developer-center-second/developer-center-register/icon-checkbox-active.svg) no-repeat center;
}

.agreement-block p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #252b3a;
    line-height: 22px;
}

.agreement-block p a {
    color: #1b79c8;
}

.agreement-block p a:hover {
    text-decoration: underline;
}
.agreement-block-secure .checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: url(./../images/developer-center-second/developer-center-register/icon-checkbox.svg) no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
}

.agreement-block-secure .checkbox.checked {
    background: url(./../images/developer-center-second/developer-center-register/icon-checkbox-active.svg) no-repeat center;
}
.agreement-block-secure.secure {
    padding-top: 0px !important;
}

.agreement-block-secure p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #252b3a;
    line-height: 22px;
}

.agreement-block-secure p a {
    color: #1b79c8;
}

.agreement-block-secure p a:hover {
    text-decoration: underline;
}

.modal-cover .modal-detail-block .modal-title.loading:before{
	background: url(../images/developer-center-second/developer-center-register/icon-loading.gif) no-repeat center/cover;
}

.modal-cover .modal-detail-block .modal-title.loading ~ .btn-block{
    display:none;
}

#loading .detail,
#loading .btn-block {
    display: none;
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
    .register-area-devcenter{
        display: none;
    }
    .personal-center-top-userinfo,
    .side-bar-left {
        display: none;
    }
    .wrapper-main {
        width: 100%;
    }
    .wrapper-main .side-bar-right,.wrapper-main>div:nth-child(1) {
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .register-block {
        padding: 0px 15px;
    }
    .register-block .register-title {
        padding: 4px 0 12px;
    }
    .info-list .label-name {
        font-size: 16px;
        color: #252b3a;
        line-height: 1.5;
        height: auto;
        margin-bottom: 10px;
        max-width: none;
    }
    .info-block {
        padding: 10px 0 0;
    }
    .info-block .info-title {
        margin-bottom: 10px;
        height: 24px;
        line-height: 24px;
    }
    .info-list li.must:before {
        top: 2px;
    }
    .info-list .input {
        display: block;
        margin-left: 0;
    }
    .select-box {
        margin-left: 0;
        width: 100%;
    }
    .select-box.active .select-list,.school-input-box .select-box.active .search-box {
        width: -webkit-calc(100% + 15px);
        width: -moz-calc(100% + 15px);
        width: calc(100% + 15px);
        margin-left: -15px;
    }
    .info-list a {
        display: none;
    }
    .info-list .input {
        width: -webkit-calc(100% + 15px);
        width: -moz-calc(100% + 15px);
        width: calc(100% + 15px);
        margin-left: -15px;
        margin-right: 0;
    }
    .info-list #desc::after, .info-list #desc::before {display: none;}
    .info-list #desc.desc_mob{
        position:relative;
        left: 0;
        top: -10px;
        padding: 0;
        box-shadow: none;
    }
    .info-block .info-list>li {
        margin-bottom: 10px;
    }
    .school-input-box {
        width: 100%;
        margin-left: 0px;
    }
    .select-box.school-box,
    .school-input-box .school-input.input {
        width: -webkit-calc(100% - 170px);
        width: -moz-calc(100% - 170px);
        width: calc(100% - 170px);
        float: right;
        margin-left: -15px;
    }
    .school-input-box .school-input.input {
        width: -webkit-calc(100% - 155px);
        width: -moz-calc(100% - 155px);
        width: calc(100% - 155px);
    }
    .textarea-box {
        margin-left: -15px;
        width: -webkit-calc(100% + 15px);
        width: -moz-calc(100% + 15px);
        width: calc(100% + 15px);
        margin-right: 0;
    }
    .info-list textarea.input,
    .changeme .textarea-box{
        width: -webkit-calc(100% - 25px);
        width: -moz-calc(100% - 25px); 
        width: calc(100% - 25px); 
        display: inline-block;
    }
    .textarea-box .textarea {
        width: 100%;
    }
    .agreement-block p {
        width: -webkit-calc(100% - 28px);
        width: -moz-calc(100% - 28px);
        width: calc(100% - 28px);
        vertical-align: top;
    }
    .agreement-block .checkbox {
        vertical-align: top;
        position: relative;
        top: 2px;
    }
    .btn-block .btn {
        height: 40px;
        line-height: 40px;
        width: 88px;
        font-size: 14px;
    }
    .btn-block .btn.btn-white {
        margin-left: 10px;
    }
    .info-block .info-list>li.waring .warning-text,
    .info-block .info-list>li .warning-tips {
        left: 0;
    }
    #loading .warning-box {
        padding-top: 40px;
    }
    #loading .warning-detail {
        width: -webkit-calc(100% - 68px);
        width: -moz-calc(100% - 68px);
        width: calc(100% - 68px);
    }
}

@media only screen and (max-width: 360px) and (min-width: 320px) {
    .warning-box .warning-detail {
        width: -webkit-calc(100% - 54px);
        width: -moz-calc(100% - 54px);
        width: calc(100% - 54px);
        font-size: 14px;
        line-height: 22px;
        color: #666a75;
    }
    .warning-box .icon-warning {
        margin-right: 10px;
    }
    .warning-box .detail {
        margin-left: 50px;
    }
}

/*diy*/
.register-block .signed-tips{
    color: #232B3B;
    font-size: 12px;
    position: relative;
    padding: 12px 16px 12px 40px;
    border: 1px solid #96ADFA;
    background: #E9EDFA;
    width: 510px;
    border-radius: 2px;
    margin-top: 32px;
}
.register-block .signed-tips a{
    color: #526ECC;
}
.register-block .signed-tips a:hover{
    text-decoration: underline;
}
.register-block .signed-tips.mb-tips{
    display: none;
}
.register-block .signed-tips:before{
    content: "";
    position: absolute;
    left: 16px;
    top: 12px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(./../images/developer-center-second/developer-center-register/icon-tips.svg) no-repeat center;
}
.check-list,.radio-list{
    width: 440px;
    line-height: 32px;
    color: #a0a2a8;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 20px;
}
.check-list .checkbox{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: url(./../images/developer-center-second/developer-center-register/icon-checkbox.svg) no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
}

.check-list .checkbox.checked{
    background: url(./../images/developer-center-second/developer-center-register/icon-checkbox-active.svg) no-repeat center;
}

.radio-list .radio-btn{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: url(./../images/developer-center-second/developer-center-register/icon-radio.svg) no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
}

.radio-list .radio-btn.actived{
    background: url(./../images/developer-center-second/developer-center-register/icon-radio-active.svg) no-repeat center;
}

.check-list li,.radio-list li{
    display: inline-block;
    margin-right: 32px;
}

.check-list li label,.radio-list li label{
    color: #252B3A;
    font-size: 14px;
    vertical-align: middle;
    height: 18px;
    line-height: 18px;
}
.check-list span[diytype]{
    display: none;
}
@media only screen and (max-width: 768px){
  
    .check-list,.radio-list{
        margin-left: -15px;
        margin-right: 0;
        width: calc(100% + 15px);
    }
    .register-block .signed-tips{
        margin-top: 0;
    }
    #RegisteredModal .btn-block{
        margin-top: 0;
    }
    #SaveRegisterInfoModal .btn-block{
        margin-top:0;
    }
    #myliveModal .btn-block{
        margin-top: 0;
    }
    .check-list li,.radio-list li{
        line-height: 20px;
    }
    .basicInfo .label-name{
        display: block;
    }
    .basicInfo .label-name p{
        height: 28px;
        line-height:28px;
    }
    .basicInfo div.input.input-text{
        width: calc(100% - 25px);
    }
    .basicInfo input.input.input-text{
        width: calc(100% - 25px);
    }
    .basicInfo .changebtn{
        cursor: pointer;
        float: right;
        margin-top: 6px;
    }
    .register-block .signed-tips.pc-tips{
        display: none;
    }
    .register-block .signed-tips.mb-tips{
        display: block;
        position: absolute;
        z-index: 2;
        width: calc(100% - 30px);
        padding: 8px 8px 8px 32px;
    }
    .register-block .signed-tips.mb-tips:before{
        left: 8px;
        top: 8px;
    }
    .signed-tips.mb-tips+.info-block{
        padding-top: 52px;
    }
}
/*搜索*/
.select-box .search-box ~ .select-list{
    margin-top: 32px;
}
.select-box .search-box{
    display: none;
}

.select-box.active .search-box{
    z-index: 10;
    border-bottom: none;
}

.select-box .search-input{
    width: 100%;
    margin: 0;
    border: none;
    background: #f5f5f6;
}
.select-box .search-box .cui-icon{
    position: absolute;
    right: 0;
    top: 8px;
    right: 10px;
}
.select-box .search-box .cui-icon:hover{
    color: #c7000b;
}

.verifyBtn {
    cursor: pointer;
    background: #FFF;
    border: 1px solid #C7000B;
    color: #C7000B;
}
.info-list .verifyShow {
    display: none;
}
.info-list .verifyShow .label-name{
    overflow: initial;
    height: 40px;
    width: 50px;
    margin-left: -16px;
    text-indent: 16px;
	line-height: 20px;
}
.info-list .verifyShow .input {
    width:140px;
    margin-top: 3px;
    margin-left: 35px;
}
.info-list .verifyShow .msgBtn {
    background: #fff;
    border: 1px solid#C7000B;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    color: #C7000B;
    text-align: center;
    height: 32px!important;
    line-height: 32px;
    margin:3px 10px 0 0;
    width: 110px;
    cursor: pointer;
    outline: 0;
    -webkit-user-select:none;
    user-select:none;
    float: right;
}
.info-list .verifyShow .editPhoneBtn {
    background: #C7000B;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 32px!important;
    line-height: 32px;
    margin:3px 0 0 0;
    width: 92px;
    cursor: pointer;
    outline: 0;
    -webkit-user-select:none;
    user-select:none;
    float: right;
}
.info-list .verifyShow .editPhoneBtn:hover {
    background:#D64A52;
}
@media only screen and (min-width: 768px){
    .info-list .verifyShow .msgBtn:hover {
        background: #C7000B!important;
        color: #fff!important;
    }
}
.phoneEdit {
    width:190px;
    height: 32px;
    background: #000000;
    color: #FFFFFF;
    z-index:10000;
    position:absolute;
    top:50%;
    left:50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size:14px;
    line-height:32px;
    text-align: center;
    display: none;
}
@media only screen and (max-width: 768px){
    #footer{
        display: block;
    }
    .info-list .verifyShow .label-name{
        height: auto;
        width:98px;
        text-indent: 16px;
        line-height: 1.5;
    }
    #inputVerifyCode{
        margin-left: -16px;
    }
    .info-list .verifyShow .input {
        width:135px!important;
        margin-top: 3px;
    }
    .info-list .verifyShow .msgBtn {
        background: #fff;
        border: 1px solid#C7000B;
        border-radius: 2px;
        display: inline-block;
        font-size: 14px;
        color: #C7000B;
        text-align: center;
        height: 32px!important;
        line-height: 32px;
        margin:3px 10px 0 12px;
        width: 110px;
        cursor: pointer;
        outline: 0;
        -webkit-user-select:none;
        user-select:none;
    }
    .info-list .verifyShow .editPhoneBtn {
        width: 74px;
    }

    .industry-box.select-box .search-input{
        width: calc(100% + 16px);
        margin: 0;
        margin-left: -16px;
        border: none;
        background: #f5f5f6;
    }

    .select-box.active .search-box{
        border: none;
    }

}
@media only screen and (max-width: 320px){
    .info-list .verifyShow .msgBtn {
        width: 82px;
    }
    .info-list .verifyShow .editPhoneBtn {
        width: 52px;
    }
}