/**!
 * å¥‰è´¤åœ†æ¢¦è¡ŒåŠ¨-æ³¨å†Œ2
 * author: lucw;
 * date:2017-05-24
 */


/* main */

.ewb-degree {
    margin: 0 112px;
    margin-top: 50px;
    position: relative;
}
.ewb-title {
    font-size: 24px;
	color: #ff9425;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
.ewb-degree-bot {
    position: relative;
}

.ewb-gray-line {
    position: absolute;
    top: 39px;
    left: 14px;
    right: 14px;
    display: block;
    height: 2px;
    background-color: #e2e2e2;
}

.ewb-color-line {
    position: absolute;
    z-index: 1;
    left: 14px;
    top: 39px;
    width: 0;
    height: 2px;
    background-color: #ff9425;
}

.ewb-ball {
    position: absolute;
    top: 33px;
}

    .ewb-ball.start {
        left: 0;
    }

    .ewb-ball.end {
        right: 0;
    }

.ewb-color-line.w01 {
    width: 200px;
}
.ewb-color-line.w03 {
    width: 450px;
}

/* ä¸»ä½“å†…å®¹ */

.ewb-gbox {
    position: relative;
    z-index: 10;
    padding: 0 14px;
}

    .ewb-gbox.gbox01 {
        background: url('../images/line_color.png') 39px repeat-y;
    }

.ewb-gbox-ul {
    margin: 0 auto;
    width: 80%;
}

.ewb-gbox-num {
    width: 33.3%;
}

.ewb-box-main {
    margin: 0 auto;
    display: block;
    width: 79px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

    .ewb-box-main.gbox-red {
        background-image: url('../images/l_ball.png');
    }

    .ewb-box-main.gbox-gray {
        color: #ff9425;
        background-image: url('../images/lg_ball.png');
    }

/* æ–‡å­— */
.ewb-degree-para {
    margin-top: 16px;
    text-align: center;
}

    .ewb-degree-para > span {
        font-size: 17px;
        color: #666;
    }


.ewb-gbox-num > p > span.cur {
    color: #ff9425;
    font-weight: bold;
}
.divzhupassword {
    color: #f00;
    margin-left: 240px;
    margin-bottom: 20px;

}
/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºå’Œç«–å‘æ”¾ç½®çš„å¹³æ¿ä¹‹é—´çš„åˆ†è¾¨çŽ‡ */

@media (max-width: 767px) {
    .ewb-degree {
        margin: 0 50px;
        margin-top: 70px;
    }

    .ewb-gbox-ul {
        width: 100%;
    }

    .ewb-color-line.w01 {
        width: 16.6%;
    }
    .ewb-color-line.w03 {
        width: 48%;
    }
    .ewb-box-main {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .ewb-ball {
        top: 24px;
    }

    .ewb-gray-line {
        top: 30px;
    }

    .ewb-color-line {
        top: 30px;
    }

    .ewb-degree-para > span {
        font-size: 16px;
    }
}
/* å¹³æ¿ç”µè„‘å’Œå°å±ç”µè„‘ä¹‹é—´çš„åˆ†è¾¨çŽ‡ */
@media (min-width: 768px) and (max-width: 979px){
     .ewb-color-line.w03 {
        width: 48%;
    }
}
/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºåŠåˆ†è¾¨çŽ‡æ›´å°çš„è®¾å¤‡ */
@media (max-width: 480px) {
    .ewb-degree {
        margin: 0;
        margin-top: 30px;
    }

    .ewb-box-main {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }

    .ewb-ball {
        top: 18px;
    }

    .ewb-gray-line {
        top: 24px;
    }

    .ewb-color-line {
        top: 24px;
    }

    .ewb-degree-para > span {
        font-size: 13px;
    }
}


/* é€‰æ‹© */
.ewb-choose-wrap {
    margin-top: 96px;
    text-align: center;
}

.ewb-choose {
    display: inline-block;
    font-size: 17px;
    color: #666;
    height: 50px;
    line-height: 50px;
}

.ewb-choose {
    *display: inline;
}

.ewb-choose-name {
    margin-right: 5px;
}

.ewb-choose > label {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    width: 47px;
    cursor: pointer;
}

    .ewb-choose > label > input {
        width: 0;
        height: 0;
    }

.ewb-mod-check {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background: url('../images/check.png');
}

    .ewb-mod-check.cur {
        background: url('../images/checked.png');
    }

/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºåŠåˆ†è¾¨çŽ‡æ›´å°çš„è®¾å¤‡ */
@media (max-width: 480px) {
    .ewb-choose-wrap {
        margin-top: 56px;
    }

    .ewb-choose {
        font-size: 15px;
    }
}

/* æŒ‰é’® */
.ewb-okay-btnwrap {
    padding-bottom: 98px;
}

.ewb-okay-btn {
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 54px;
    display: block;
    width: 358px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: 0;
    border-radius: 5px;
    background-color: #ff9425;
}

    .ewb-okay-btn:hover {
        background-color: #ef8415;
    }

/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºåŠåˆ†è¾¨çŽ‡æ›´å°çš„è®¾å¤‡ */
@media (max-width: 480px) {
    .ewb-okay-btnwrap {
        padding-bottom: 80px;
    }

    .ewb-okay-btn {
        margin-top: 50px;
        width: 80%;
        height: 40px;
        font-size: 16px;
    }
}

.placeholder {
    color: #999;
}

.divzhu {
    color: #f00;
    line-height: 24px;
}

/* add */
.ewb-wri-inp {
    float: left;
    padding: 0 10px;
    width: 450px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    color: #000000;
    font-size: 13px;
}

    .ewb-wri-inp.error {
        border: 1px solid #f00;
    }

label.error {
    position: absolute;
    bottom: 16px;
    right: 8%;
    margin-right:2em;
    color: red;
}

.ewb-wri-name, .ewb-wri-name-mustfill {
    float: left;
    margin-right: 10px;
    width: 226px;
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.ewb-wri-name-mustfill {
    background: url('/images/asterisk.png') right center no-repeat;
}

.ewb-wri-sel {
    float: left;
    width: 472px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    color: #999;
    outline: 0;
    text-indent: 19px;
}

.ewb-wri-textarea {
    float: left;
    padding-top: 12px;
    width: 634px;
    height: 116px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    color: #999;
    outline: 0;
    text-indent: 19px;
}

.placeholder {
    color: #999;
}

.ewb-wri-btn {
    margin-left: 209px;
    width: 158px;
    height: 50px;
    line-height: 49px;
    font-size: 18px;
    outline: 0;
    border: 0;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ff9425;
}

    .ewb-wri-btn:hover {
        background-color: #ef8415;
    }

.ewb-wri-box {
    position: relative;
    margin-bottom: 20px;
}

.ewb-wri-inp-yzm {
    float: left;
    padding: 0 10px;
    width: 260px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    color: #000000;
    font-size: 13px;
}
.ewb-wri-inp-yzm.error {
    border: 1px solid #f00;
}
.ewb-get-vcode {
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: 0;
    border-radius: 5px;
    background-color: #ff9425;
    margin-left: 10px;
    width: 180px;
}

.ewb-get-vcode-hidden {
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    border: 0;
    outline: 0;
    border-radius: 5px;
    background-color: #e2e2e2;
    margin-left: 10px;
    width: 180px; 
}

/* å¹³æ¿ç”µè„‘å’Œå°å±ç”µè„‘ä¹‹é—´çš„åˆ†è¾¨çŽ‡ */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-wri-textarea {
        width: 500px;
    }
}

/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºå’Œç«–å‘æ”¾ç½®çš„å¹³æ¿ä¹‹é—´çš„åˆ†è¾¨çŽ‡ */
@media (max-width: 767px) {
    .ewb-wri-textarea {
        width: 60%;
    }

    .ewb-wri-btn {
        margin-left: 131px;
    }

    .ewb-main {
        padding-top: 50px;
    }
}


/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºåŠåˆ†è¾¨çŽ‡æ›´å°çš„è®¾å¤‡ */
@media (max-width: 480px) {
    .ewb-wri-inp {
        width: 56%;
    }

    .ewb-wri-name, .ewb-wri-name-mustfill {
        width: 100px;
    }

    .ewb-wri-btn {
        margin-left: 110px;
    }

    .ewb-wri-sel {
        width: 56.8%;
    }

    .ewb-wri-textarea {
        width: 56%;
    }

    .ewb-wri-btn {
        width: 140px;
    }
}

/* form */
.ewb-form {
    padding: 0 135px;
    padding-top: 62px;
}


/* å¹³æ¿ç”µè„‘å’Œå°å±ç”µè„‘ä¹‹é—´çš„åˆ†è¾¨çŽ‡ */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-wri-name, .ewb-wri-name-mustfill {
        width: 150px;
    }

    .ewb-wri-inp {
        width: 370px;
    }

    .ewb-wri-sel {
        width: 392px;
    }
}

/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºå’Œç«–å‘æ”¾ç½®çš„å¹³æ¿ä¹‹é—´çš„åˆ†è¾¨çŽ‡ */
@media (max-width: 767px) {
    .ewb-form {
        padding: 0;
        padding-top: 62px;
    }

    .ewb-wri-name, .ewb-wri-name-mustfill {
        width: 26%;
    }

    .ewb-wri-inp {
        width: 60%;
    }

    .ewb-wri-sel {
        width: 64%;
    }
    .divzhupassword {
        color: #f00;
        margin-left: 10px;
        margin-bottom: 20px;

    }
    label.error {
        position: absolute;
        bottom: 16px;
        right: 15%;
        margin-right:2em;
        color: red;
    }
}
.ewb-try-img {
    margin-left: 16px;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    label.error {
        left:236px;
        top:56px;
        bottom:auto;
    }
    .ewb-wri-box {
        margin-bottom:30px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .ewb-wri-name-mustfill {
        width:120px;
    }

    .ewb-wri-inp {
        width: 336px;
    }
    .ewb-wri-inp-yzm {
        width: 180px;
    }
    label.error {
        left:130px;
        top:56px;
        bottom:auto;
    }
    .ewb-wri-box {
        margin-bottom:30px;
    }
    .ewb-get-vcode,
    .ewb-get-vcode-hidden {
        margin-left:16px;
        width: 140px;
    }
}

@media (max-width: 660px) {
    .ewb-wri-name-mustfill {
        width: 100%;
        margin-right:0;
        text-align: left;
    }

    .ewb-wri-inp{
        width: 100%;
    }

    .ewb-wri-inp-yzm {
        width:calc(100% - 156px);
    }
    label.error {
        left:0;
        top:104px;
        bottom:auto;
    }
    .ewb-wri-box {
        margin-bottom:15px;
    }
    .ewb-get-vcode,
    .ewb-get-vcode-hidden{
        margin-left:16px;
        width: 140px;
    }
    .ewb-wri-box:nth-child(1) .ewb-wri-name-mustfill{
        background-position: left 56px center;
    }
    .ewb-wri-box:nth-child(2) .ewb-wri-name-mustfill,
    .ewb-wri-box:nth-child(3) .ewb-wri-name-mustfill{
        background-position: left 80px center;
    }
    .ewb-okay-btn {
        height:40px;
        line-height:40px;
    }
}