body,
html {
    font-size: 0;
}

.personal-center-content-nav {
    border: none;
}

.common-slide-ul {
    padding-bottom: 84px;
}

.wrapper-main {
    overflow: hidden;
}

.wrapper-main>div:nth-child(1) {
    float: right;
    width: calc(100% - 300px);
}

.register-block .register-title {
    font-size: 16px;
    color: #252b3a;
    line-height: 20px;
    padding: 25px 0 15px;
    border-bottom: 1px solid #ddd;
}

.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: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/developer-center-second/developer-center-register/icon-must.png) no-repeat center;
}

.info-block .info-list>li.waring {
    margin-bottom: 46px;
}

.info-block .info-list>li.waring .input {
    border: 1px solid #f66f6a;
}

.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: calc(100% + 10px);
    font-size: 12px;
    color: #f66f6a;
    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-list .label-name {
    font-size: 16px;
    color: #252b3a;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}

.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: #a0a2a8;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    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;
}

.name-list.hide {
    display: block;
}

.name-list input.input.input-text,
.name-list.hide div.input.input-text,
.info-list .school div.input.hide,
.school-input-box.hide {
    display: none;
}

.name-list.hide input.input.input-text,
.name-list div.input.input-text {
    display: inline-block;
}

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;
    height: 32px;
    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: 140px;
}

.select-box.school-box {
    margin-left: 10px;
    width: 290px;
}

.school-input-box .school-input {
    margin-left: 10px;
    width: 290px;
    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;
}

#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;
}

.info-list .input.disabled {
    background: #f7f7f7;
}

.info-list #email.input.waring.disabled {
    background: #fff;
    border: none;
    color: #f66f6a;
}

.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 {
    position: absolute;
    left: 0;
    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 {
    padding: 0 9px;
    font-size: 14px;
    color: #252b3a;
    line-height: 40px;
    height: 40px;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.select-box .select-list li:hover {
    color: #f66f6a;
    background: #f7f7f7;
}

.select-box .select-list li.selected {
    color: #fff;
    background-color: #f66f6a;
}

.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);
    transform: rotate(180deg);
}

.info-block.other-info .label-name {
    vertical-align: top;
}

.textarea-box {
    display: inline-block;
    position: relative;
    width: 440px;
    height: 80px;
    margin-left: 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: 20px 0 50px 0px;
    font-size: 0;
}

.btn-block .btn {
    border: 1px solid #f66f6a;
    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: #f66f6a;
    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: #f66f6a;
    margin-left: 14px;
}

.btn-block .btn.btn-white:hover {
    background: #f66f6a;
    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-image: url(../images/common/tiny_icon_common.png?sttl=0817009);
    background-position: -165px 0;
    padding-right: 2px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.agreement-block .checkbox.checked {
    background-position: -165px -20px;
}

.agreement-block .checkbox:hover {
    background-position: -165px -41px;
}

.agreement-block .checkbox.checked:hover {
    background-position: -165px -64px;
    position: relative;
}

.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;
}


/*弹框*/

.pop-block {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.3);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    font-size: 0;
}

.pop-block.show {
    display: block;
}

.pop-block.show .pop-detail-block {
    display: block;
}

.pop-detail-block {
    opacity: 1;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 0;
    display: none;
}

.pop-detail-block .icon-delete {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: inline-block;
    background: url(../images/developer-center-second/developer-center-campus/icon-delete.png) no-repeat center;
}

.pop-detail-block.error-block {
    width: 400px;
    height: 246px;
}

.pop-title {
    font-size: 22px;
    color: #252b3a;
    line-height: 28px;
    text-align: left;
    padding-left: 30px;
    border-left: 3px solid #f66f6a;
    height: 28px;
    line-height: 28px;
}

.warning-box {
    padding: 27px 30px 0px 30px;
    margin-bottom: 20px;
    min-height: 97px;
}

.warning-box .icon-warning {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 20px;
}

.warning-box .icon-warning.failed {
    background: url(../images/developer-center-second/developer-center-register/icon-failed.png) no-repeat center;
}

.warning-box .icon-warning.succeed {
    background: url(../images/developer-center-second/developer-center-register/icon-succeed.png) no-repeat center;
}

.warning-box .warning-detail {
    display: inline-block;
    width: 252px;
    font-size: 18px;
    color: #252b3a;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    height: 22px;
    vertical-align: top;
    margin-bottom: 4px;
}

.warning-box .detail {
    margin-left: 60px;
    margin-top: -14px;
    font-size: 14px;
    color: #666a75;
    line-height: 22px;
}

.warning-box .detail a {
    color: #1b79c8;
}

.warning-box .detail a:hover {
    text-decoration: underline;
}

.pop-detail-block .btn-block {
    padding: 0;
    text-align: center;
}

.btn-block .btn.btn-red.small {
    display: inline-block;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}

#loading .icon-warning {
    background: url(../images/developer-center-second/developer-center-register/icon-loading.gif) no-repeat center;
    width: 48px;
    height: 48px;
}

#loading .warning-box {
    padding-top: 65px;
}

#loading .detail,
#loading .btn-block {
    display: none;
}
.footer-qr-code {
    width: 48px;
    height: 48px;
    background: url(../images/developer-center-second/developer-center-register/icon_erweima.svg) no-repeat center/cover!important;
    position: fixed;
    bottom: 381px;
    right: 20px;
    z-index: 11;
}

#qrcodeCanvas{
    font-size: 0;
}

.footer-qr-code-content {
    padding: 10px;
    position: fixed;
    bottom: 439px;
    right: 15px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.10);
    z-index: 2;
}

.footer-qr-code-content h5 {
    color: #666a75;
    margin-top: 7px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.qr-code-show {
    display: block;
    transition: .5s linear
}

@media (max-width: 1679px){
    .footer-qr-code{
        bottom: 236px;
    }
    .footer-qr-code-content{
        bottom: 294px;
    }
}
@media (max-width: 1023px) {
    .footer-qr-code{
        display: none;
    }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .header-logo {
        background: url(../images/common/return-mb.svg) left center no-repeat;
        margin-left: 20px;
        width: 94px;
    }
    #personal_logo.header-logo,
    .header-menu-mb {
        display: none;
    }
    .main-content {
        margin-top: 10px;
    }
    .personal-center-top-userinfo,
    .side-bar-left {
        display: none;
    }
    .wrapper-main {
        width: 100%;
    }
    .wrapper-main>div:nth-child(1) {
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .register-block .register-title {
        display: none;
    }
    .info-list .label-name {
        font-size: 16px;
        color: #252b3a;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px;
    }
    .info-block {
        padding: 10px 0 0;
    }
    .info-block .info-title {
        margin-bottom: 10px;
        height: 24px;
        line-height: 24px;
    }
    .info-list li.must:before {
        top: 4px;
    }
    .info-list .input {
        display: block;
        margin-left: 0;
    }
    .select-box {
        margin-left: 0;
        width: 100%;
    }
    .select-box.active .select-list {
        width: calc(100% + 15px);
        margin-left: -15px;
    }
    .info-list a {
        display: none;
    }
    .info-list .input {
        width: calc(100% + 15px);
        margin-left: -15px;
        margin-right: 0;
    }
    .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: calc(100% - 160px);
        float: right;
        margin-left: -15px;
    }
    .school-input-box .school-input.input {
        width: calc(100% - 145px);
    }
    .textarea-box {
        margin-left: -15px;
        width: calc(100% + 15px);
        margin-right: 0;
    }
    .textarea-box .textarea {
        width: 100%;
    }
    .agreement-block p {
        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 {
        left: 0;
    }
    .pop-detail-block.error-block {
        width: calc(100% - 30px);
        height: 206px;
    }
    .pop-title {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }
    .warning-box {
        padding: 20px;
        margin-bottom: 0;
        min-height: 85px;
    }
    .warning-box .warning-detail {
        width: calc(100% - 60px);
        font-size: 14px;
        line-height: 22px;
        color: #666a75;
    }
    #loading .warning-box {
        padding-top: 40px;
    }
    #loading .warning-detail {
        width: calc(100% - 68px);
    }
}

@media only screen and (max-width: 360px) and (min-width: 320px) {
    .warning-box .warning-detail {
        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;
    }
}