锘?ell{ overflow:hidden;white-space:nowrap; text-overflow:ellipsis; }

/* loading */
.my-loading-mask{
    position: absolute;
    z-index: 2000;
    background-color: hsla(0,0%,100%,.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
}
.my-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
}
.my-loading-spinner .circular{
    height: 42px;
    width: 42px;
    animation: loading-rotate 2s linear infinite;
}
@keyframes loading-rotate {
    to {
        transform: rotate(1turn)
    }
}
.my-loading-spinner .path {
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90,150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #D61917;
    stroke-linecap: round;
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40px
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120px
    }
}


/*琛ㄥ崟鍩虹鏍峰紡*/
.base_form_item {
    margin-bottom: 22px;
}
.base_form_item.label_right .base_form_item_label{text-align:right;}
.base_form_item::before{display:table; content:''}
.base_form_item::after{display:table; content:'';clear:both}
.base_form_item_label{text-align:right;vertical-align:middle;font-size:14px;line-height:36px;color:#292929;padding: 0 12px 0 0;box-sizing:border-box;float:left}
.base_form_item_content{line-height:24px;position:relative;font-size:14px;}
.base_form_item_error{ color:#D61917;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0;display:none; }
.form_inline .base_form_item {display:inline-block;vertical-align:top;margin-right:10px;font-size:0;}
.form_inline .base_form_item .base_form_item_label{ float:none;display:inline-block; }
.form_inline .base_form_item .base_form_item_content{display:inline-block;vertical-align:top;}
.form_inline .base_form_item .base_form_item_content::before{display:table; content:''}
.form_inline .base_form_item .base_form_item_content::after{display:table; content:'';clear:both}
 
.base_input{ position:relative;font-size:14px;display:inline-block; }
.base_input > input{ padding:0 15px; outline:none;font-family: 'OPPOSans'; height:36px; line-height:34px;display:inline-block;box-sizing:border-box;border:1px solid #e1e1e1;border-radius:4px;background:#fff;box-sizing:border-box; }
.base_input .lookPwd{ position:absolute; right:5px;top:50%;width:26px;height:26px;line-height:26px;text-align:center;font-size:12px;background:#e5e5e5;cursor:pointer;  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);transform: translateY(-50%) }
.base_input .lookPwd .icon-look{font-size:16px;}
.base_input .lookPwd span{line-height:26px;}
.base_input.is-disabled > .input__inner{ background-color: #EDEDED;border-color: #E1E1E1;color: #999999;cursor: not-allowed; }
.base_input > select{ padding:0 15px; outline:none;font-family: 'OPPOSans'; height:36px; line-height:34px;display:inline-block;box-sizing:border-box;border:1px solid #e1e1e1;border-radius:4px;background:#fff; appearance: auto;box-sizing:border-box;}


.base_chechbox-group{margin:0;padding:0;list-style:none;}
.base_chechbox-group:before{content:"";display:table;}
.base_chechbox-group:after{content:"";clear:both;visibility:hidden;font-size:0;height:0}
.base_chechbox{float:left;margin:0 15px 15px 0;padding:0;color:#606266;font-size:0px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;user-select:none;}
.base_chechbox.is-checked .base-checkbox__label{color:#d71718;}
.base_chechbox.is-checked .base_checkbox__inner {background-color: #d71718;border-color: #d71718;}
.base_chechbox.is-checked .base_checkbox__inner:after{transform: rotate(45deg) scaleY(1);}
.base_checkbox__input{white-space:nowrap;cursor:pointer;outline:none;display:inline-block;line-height:1;position:relative;vertical-align:middle;}
.base_checkbox__inner {display: inline-block;position: relative;border: 1px solid #dcdfe6;border-radius: 2px;box-sizing: border-box;width: 14px;height: 14px;background-color: #fff;z-index: 1;transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46), background-color .25s cubic-bezier(.71,-.46,.29,1.46);}
.base_checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}
.base-checkbox__original {
    opacity: 0;
    outline: none;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.base-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
    vertical-align: middle;
}

.base-radio-group {display: inline-block;line-height: 1;vertical-align: middle;font-size: 0;}
.base-radio{color: #606266;font-weight: 500;line-height: 1;position: relative;cursor: pointer;display: inline-block;white-space: nowrap;outline: none;font-size: 14px;margin-right: 30px;}
.base-radio .base-radio__input{ white-space: nowrap;cursor: pointer;outline: none;display: inline-block;line-height: 1;position: relative;vertical-align: middle; }
.base-radio .base-radio__input .base-radio__inner{ border: 1px solid #dcdfe6;border-radius: 100%;width: 14px;height: 14px;background-color: #fff;position: relative;cursor: pointer;display: inline-block;box-sizing: border-box; }
.base-radio .base-radio__input .base-radio__inner::after{    width: 4px;height: 4px;border-radius: 100%;background-color: #fff;content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%) scale(0);transition: transform .15s ease-in;}
.base-radio__original{opacity: 0;outline: none;position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;margin: 0;}
.base-radio-group .base-radio .base-radio__label {color: #606266;font-weight: 500;line-height: 1;position: relative;cursor: pointer;display: inline-block;white-space: nowrap;padding-left: 10px;}
.base-radio.is-checked .base-radio__inner{border-color: #d71718;background: #d71718;}
.base-radio.is-checked .base-radio__inner::after{transform: translate(-50%, -50%) scale(1);}

.base-textarea {
    min-height: 31px;
    width: 240px;
    border-radius: 4px;
    border-color: #e1e1e1;
    padding:5px 11px;
}

.base-search-btn {
    width: 95px;
    text-align: center;
    padding-left: 30px;
    color: #D71718;
    border: 1px solid #D71718;
    border-radius: 18px;
    background: url(../images/show.svg) 20px center no-repeat, #ffffff;
    background-size: 16px 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    box-sizing: border-box;
}
.base-cancel-btn {
    width: 95px;
    text-align: center;
    padding-left: 30px;
    color: #606266;
    border: 1px solid #dcdfe6;
    border-radius: 18px;
    background: url(/m/images/common/delete.png) 20px center no-repeat, #ffffff;
    background-size: 20px 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    box-sizing: border-box;
    margin-left: 15px;
}
.base_form_item .btn {
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    padding:0 12px;
}
.base_form_item .btn.danger{
    background-color: #D61917;
    color: #fff;
}
.base_form_item .btn.disabled{
    cursor: not-allowed;
    opacity: 0.6;
}

.isM .base_chechbox {
    margin: 0 0 25px 0;
}
.isM .base_checkbox__inner {
    width: 40px;
    height: 40px;
}
.isM .base-checkbox__label {
    font-size: 35px;
    padding-left: 20px;
    line-height: 40px;
}
.isM .base-search-btn, .isM .base-cancel-btn {
    width: 200px;
    height: 80px;
    border-radius: 46px;
    background-size: 35px;
    font-size: 42px;
    line-height:78px;
}
.isM .base_checkbox__inner:after {
    height: 20px;
    left: 12px;
    top: 3px;
    border-width: 4px;
    width: 11px;
}
/*琛ㄥ崟閿欒鏍峰紡*/
.base_form_item.is-error .base_input > input, .base_form_item.is-error .base_input > select {
    border-color: #D61917;
}
.base_form_item.is-error .base_form_item_error{display:block;}
/*琛ㄥ崟蹇呭～*/
.base_form_item.is-required .base_form_item_label::before{content:'*';color:#D61917;margin-right:4px}



/*琛ㄦ牸鍩虹鏍峰紡*/
.base_table {
    border-collapse: separate;
    table-layout: fixed;
    border-color: #ebebeb;
    width: 100%;
}
.base_table thead{color:#292929;font-weight:400;background:#f5f5f5;}
.base_table thead th{overflow:hidden;user-select:none;background:#f5f5f5;}
.base_table tr{background:#fff;}
.base_table .base_table_cell{ padding:12px 0; box-sizing:border-box;text-align:left;position:relative;vertical-align:middle;text-overflow:ellipsis;border-bottom:1px solid #ebebeb; }
.base_table .cell{ overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding:0 10px; }
.base_table td:not(:last-child){border-right:0;}
.base_table .ell{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.base_table .is-center{text-align:center}

.modeling_message{ padding:20px 16px 20px 48px;font-size:14px;color:#666;background: #F8F8F8;border-radius: 6px;position:relative}
.modeling_message.is-success:before{content:'';width:16px;height:16px;position:absolute;left:16px;top:24px;background:url('/images/modeling/m-success.png') no-repeat;background-size:100%}
.modeling_message.is-error:before{content:'';width:16px;height:16px;position:absolute;left:16px;top:24px;background:url('/images/modeling/m-error.png') no-repeat;background-size:100%}

.windMaskLayer{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); z-index: 998; }
.modeling_center{ position:fixed;z-index:999;left:50%;top:50%;overflow:hidden; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);border-radius:5px;background:#fff;width:982px; }
.modeling_center .modeling_center_header{ box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); height:38px;position:relative; }
.modeling_center .modeling_center_header .modeling_center_header_logo{ line-height:38px;font-size:0;text-align:center;position:absolute;left:0;top:0;height:100%;vertical-align: middle; }
.modeling_center .modeling_center_header .modeling_center_header_logo::after{content :'';height:16px;width:1px;background:#e1e1e1;position:absolute;right:0px;top:11px;}
.modeling_center .modeling_center_header .modeling_center_header_logo .mch-1{width:22px;height:22px;margin-top:8px;}
.modeling_center .modeling_center_header .modeling_center_header_logo .mch-2{width:42.57px;height:20px;margin-top:9px;margin-left:12px;}
.modeling_center .modeling-left{ width:120px; }
.modeling_center .modeling-right{ margin-left:120px; }
.modeling_center .close{ position:absolute;top:9px;right:20px; z-index:55; cursor:pointer; }
.modeling_center .close > img { width: 15px; height: 15px; }
.modeling_center .modeling_center_section{ height:420px;overflow:hidden;position:relative;}
.modeling_center .modeling_center_section .modeling_center_section_left{ position:absolute;left:0;top:0;background:linear-gradient(180deg, #F23D2D 0%, #9F110F 83.64%);bottom:0; }
.modeling_center .modeling_center_section .modeling_center_section_left .modeling_left_tabs {margin-top:16px;}
.modeling_center .modeling_center_section .modeling_center_section_left .modeling_left_tabs > li {color:#fff;text-align:center;height:28px;line-height:28px;font-size:14px; cursor:pointer;}
.modeling_center .modeling_center_section .modeling_center_section_left .modeling_left_tabs > li.active{ color:#F23D2D;background:#fff; }
.modeling_center .modeling_center_section .modeling_center_section_right{height:100%}
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_center_section_right_wrap{ position:relative;overflow:hidden;height:100%;box-sizing:border-box  }
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_center_section_right_wrap .modeling_section_tabs{ height:48px;border-bottom:1px solid #e1e1e1;padding:12px 16px 0 16px;box-sizing:border-box;  }
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_center_section_right_wrap .modeling_section_tabs .modeling_section_tabs_item{ padding:7px 8px;line-height:22px;color:#666;margin-right:4px;position:relative;display:inline-block;cursor:pointer;   }
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_center_section_right_wrap .modeling_section_tabs .modeling_section_tabs_item.active{ color:#F23D2D; }
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_center_section_right_wrap .modeling_section_tabs .modeling_section_tabs_item.active::after{ content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:#F23D2D; }
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_center_section_right_wrap .modeling_section_tabs_cont{height:371px;overflow-y:auto;position:relative;}
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_user_info{padding:40px 36px;}
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_user_info .base_form_item_label{width:100px}
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_user_info .base_form_item{width:48%}
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_user_info .base_form_item .base_input > input{width:278px;}
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_user_info .submit-form{ position:absolute; bottom:30px;right:36px;width:88px;text-align:center;line-height:36px;border-radius:20px;background:#D61917;color:#fff;cursor:pointer;font-size:14px;}
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_section_activity{padding:16px;}
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_section_activity .table_activity{font-size:14px;display:block;position:relative; }
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_section_activity .table_activity.active{ color:#D61917;cursor:pointer;padding-left:22px; }
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_section_activity .table_activity.active::before{ content:'';width:16px;height:16px;position:absolute;left:0;top:3.5px;background:url('/images/modeling/activity.png') no-repeat;background-size: 100%; }
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_section_activity .table_activity.disabled{ color:#999; }
.modeling_center .modeling_center_section .modeling_center_section_right .modeling_section_activity .table_activity.disabled::before{ content:'';width:16px;height:16px;position:absolute;left:0;top:3.5px;background:url('/images/modeling/activity1.png') no-repeat;background-size: 100%; }
.modeling_center .M-box{margin-top:20px;}
.modeling_page{ padding-bottom:165px; }
.modeling_page .modeling_content {width:1120px;margin:0 auto}
.modeling_page .modeling_content .step1-content{ padding:40px;border-radius:12px;background-color:#fff; }
.modeling_page .ind2{text-indent:2em}
.modeling_page .c6{color:#666;font-size:14px;}
.modeling_page .t1{color:#292929;padding:8px 0;}
.modeling_page .modeling_content .step1-content h1{padding:20px 0;font-size:16px;font-weight:400;line-height:32px;color:#d61917;text-align:center;}
.modeling_page .modeling_content .is_read{text-align:center;margin:30px auto;}
.modeling_page .modeling_content .is_read input[type=checkbox]{border-radius:1px;margin-right:4px;}
.modeling_page .modeling_content .is_read input[type=checkbox]:checked{ background-color:#d61917;border-color:#d61917; }
.modeling_page .modeling_content .is_read span{vertical-align:middle;color:#292929;font-size:16px;}
.modeling_page .modeling_content .start_up_btn{ width:124px;text-align:center;font-size:16px;border-radius:50px;background:#ededed;color:#999;margin:0 auto 100px auto;line-height:38px;cursor:not-allowed;  }
.modeling_page .modeling_content .start_up_btn.active{background:#d61917;cursor:pointer;color:#fff;}
.modeling_page .modeling_content .step2-content{font-size:0;text-align:center;margin-bottom:100px;}
.modeling_page .modeling_content .step2-content .step2-item{display:inline-block;vertical-align:middle;width:515px;height:1200px;cursor:pointer;}
.modeling_page .modeling_content .step2-content .step2-item.step2-item1{background:url('/images/modeling/qy1.png') no-repeat;background-size:100%;margin-right:30px;}
.modeling_page .modeling_content .step2-content .step2-item.step2-item1:hover{background:url('/images/modeling/qy2.png') no-repeat;background-size:100%;}
.modeling_page .modeling_content .step2-content .step2-item.step2-item2{background:url('/images/modeling/gx1.png') no-repeat;background-size:100%;}
.modeling_page .modeling_content .step2-content .step2-item.step2-item2:hover{background:url('/images/modeling/gx2.png') no-repeat;background-size:100%;}
.modeling_page .modeling_content .step3-content{background:#fff;margin-bottom:100px;padding: 30px;border-radius: 12px;}
.modeling_page .modeling_content .step3-content .step3-title{position:relative;padding-left:13px;height:22px;line-height:22px;color:#292929;font-size:14px;}
.modeling_page .modeling_content .step3-content .step3-title::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:#d61917;margin:15px:0;}
.modeling_page .modeling_content .step3-content .base_form_item_label{width:130px;}
.modeling_page .modeling_content .step3-content .base_input > input{width:200px;}
.modeling_page .modeling_content .step3-content #sign_up_form{margin-top:30px;margin-bottom:80px;}

.modeling_page .modeling_content .step3-content .base_table .base_input{ width:100% }
.modeling_page .modeling_content .step3-content .base_table .base_input > input, .modeling_page .modeling_content .step3-content .base_table .base_input > select{ width:100%;padding:0 12px; }
.modeling_page .modeling_content .step3-content .base_table .table_clear{ position:relative;font-size:14px;color:#d61917;padding-left: 20px;cursor:pointer;display: inline-block;}
.modeling_page .modeling_content .step3-content .base_table .table_clear:before{content:'';width:16px;height:16px;position:absolute;left:0;top:3.5px;background:url('/images/modeling/del.png') no-repeat; background-size:100%}
.modeling_page .modeling_content .step3-tip{height:64px;}
.modeling_page .modeling_content .step3-btn{margin-top:35px;margin-bottom:15px;text-align:right;font-size:0;}
.modeling_page .modeling_content .step3-btn > div{ padding:0 30px;line-height:38px;font-size:16px;border-radius:50px;display:inline-block;vertical-align:middle;cursor:pointer }
.modeling_page .modeling_content .step3-btn #step3-cancel{margin-right:20px;background:#ededed;color:#666;}
.modeling_page .modeling_content .step3-btn #step3-submit{background:#d61917;color:#fff;}
.modeling_page .modeling_content .base_table .base_input > input.is-error, .modeling_page .modeling_content .base_table .base_input > select.is-error{ border-color:#D61917; }


.modeling_page .bottomCopyBox{height:auto}

.modeling-sign {
    position: absolute;
    top: 430px;
    left: 50%;
    display: inline-block;
    width: 100px;
    height: 26px;
    margin-left: -300px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: rgba(215,23,24,.6);
    cursor: pointer;
}

.modeling_two_sm{background-color:#fff;padding-bottom:50px}
.modeling_two_sm .modeling_two_content{width:1120px;margin:0 auto;}
.modeling_two_sm .modeling_two_content .modeling_two_section{height:630px;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_left{ float:left;width:120px;margin-right:30px;padding-top:30px;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_left > li{ line-height:30px;margin:15px 0;padding-left: 35px; color:#666;position:relative;cursor:pointer;font-size:16px;font-weight:400;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_left > li.active{ color: #d61917}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_left > li.active::after{content:'';width:4px;height:20px;border-radius:4px;background-color:#d61917;position:absolute;left;left:17px;top:5px; }
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right{ float:right;height:100%;overflow-y:auto;width: 970px;box-sizing:border-box;padding:30px 0 30px 40px;color:#666}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .t1{padding:15px 0 15px 46px;position:relative;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .t1:before{content:'';width:30px;height:30px;position:absolute;left:0;top:50%;background:url('/images/modeling/q.png') no-repeat center;background-size:100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);transform: translateY(-50%);}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .t1 > p{color:#d61917;display:inline-block;line-height:30px;font-size:18px;font-weight:700;border-bottom:1px dashed #E5E5E5;padding:4px 0;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .tc{padding-left:30px}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .g1{padding:20px 0 30px 0;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .g1 .s1{font-weight:700;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ls .l1{padding-left:46px;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ls .l1 .k1{height:40px;position:relative;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ls .l1 .k1::before{content:'';display:block;position:absolute;width:30px;height:30px;left:-46px;top:50%;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);transform: translateY(-50%);}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ls .l1:nth-child(odd) .k1::before{background:url('/images/modeling/l.png') no-repeat center;background-size:100%}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ls .l1:nth-child(even) .k1::before{background:url('/images/modeling/r.png') no-repeat center;background-size:100%}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ls .l1 .k1 > p{position:absolute;left:0;top:50%;font-weight:700;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);transform: translateY(-50%);}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ls .l1 .c1{ color:#666;margin:10px 0;padding:15px 0;position:relative; }
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ls .l1 .c1::before{content:'';disp lay:block;width:1px;height:100%;position:absolute;left:-30px;top:0;bottom:0;border-left:1px dashed #E5E5E5;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .um1{padding:25px 0 25px 45px;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .um1 > li{padding-left:23px;position:relative;margin-bottom:15px; }
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .um1 > li::after{content:''; width:13px;height:13px;position:absolute;display:block;left:0;top:50%;-webkit-transform: translateY(-50%) rotate(45deg); -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);background-color:#e5e5e5;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ma-link{color:#D61917;cursor:pointer;padding-left:22px; position:relative;line-height:24px;}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .ma-link::before{ content:'';width:16px;height:16px;position:absolute;left:0;top:1px;background:url('/images/modeling/activity.png') no-repeat;background-size: 100%; }
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .qrcode-wrap1{position:absolute;right:0;bottom:10px;padding:12px 42px 0 42px;text-align:center;color:#666}
.modeling_two_sm .modeling_two_content .modeling_two_section .modeling_two_section_right .modeling_two_section_tw .qrcode-wrap1 > img{display:block;width:120px;height:120px;margin-bottom:22px;}

.modeling-logo{ display:block;height:100%;font-size:0;line-height:56px }
.modeling-logo > img, .modeling-logo > span{ vertical-align:middle;display:inline-block; }
.modeling-logo > img{width:30px;height:auto;margin:0 32px 0 12px;}
.modeling-logo > span{font-size:26px;font-weight:700;color:#292929}
.modeling-menu > li:nth-child(3){width:110px}
.modeling-menu > li:nth-child(4){width:110px}
.modeling-build-page{padding-bottom:165px;}
.modeling-build-wrap{ width:1356px;height:864px;margin:-8px auto -21px auto;background:url('/images/modeling/build-bg.png') no-repeat center center; position:relative;}
.modeling-build-wrap .modeling-build-cont{ width: 730px;height:460px;display:block;position:absolute;left:50%;top:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);box-sizing:border-box;padding:105px 50px 50px 80px;}
.modeling-build-wrap .modeling-build-cont > p{font-size:20px;font-weight:400;color:#292929;margin-left: -200px;width: 564px;}
.modeling-build-wrap .modeling-build-cont > .t1{font-size:40px;font-weight:700;color:#292929;margin-top:12px;line-height: normal;}
.modeling-build-wrap .modeling-build-cont > .t1 > span{ color:#D61917; }
.modeling-build-wrap .modeling-build-cont > img{position:absolute;block;width:200px;height:200px;right:50px;top:50px;}

.modeling-result-page .files{margin-top:30px;width:1120px;}
.modeling-result-page .files .file-item:nth-child(1){float:left}
.modeling-result-page .files .file-item:nth-child(1):before{content:'01'}
.modeling-result-page .files .file-item:nth-child(2){float:right}
.modeling-result-page .files .file-item:nth-child(2):before{content:'02'}
.modeling-result-page .files .file-item:before {
    position: absolute;
    left: 40px;
    top: 34px;
    background-color: #292929;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    border: 8px solid rgb(199, 199, 199);
}
.modeling-result-page .files .file-item{background-color:#fff;width:545px;box-sizing:border-box;position:relative;padding-left:140px;padding-top:34px;padding-right:50px;padding-bottom:34px;position:relative;}
.modeling-result-page .files.moni .file-item .file-conte nt{min-height:212px;}
.modeling-result-page .files.moni .file-item .file-content .filename{font-size:16px;height:24px;line-height:24px;}
.modeling-result-page .files.moni .file-item .file-content .file-btns{ font-size:0; margin-top:20px;}
.modeling-result-page .files.moni .file-item .file-content .file-btns .file-btn{ display:inline-block;vertical-align:middle;border-radius:4px;box-sizing:border-box;font-size:16px; padding:0 10px;height:28px;line-height:26px;position:relative;border:1px solid;cursor:pointer;margin-left:10px;}
.modeling-result-page .files.moni .file-item .file-content .file-btns .file-btn > img{display:inline-block;width:16px;height:16px;vertical-align: middle;    margin-top: -3px;}
.modeling-result-page .files.moni .file-item .file-content .file-btns .file-btn:first-child{margin-left:0;}
.modeling-result-page .files.moni .file-item .file-content .file-btns .upload-btn{color:#D61917;border-color:#D61917;}
.modeling-result-page .files.moni .file-item .file-content .file-btns .upload-btn input[type=file]{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;cursor:pointer; z-index:99;}
.modeling-result-page .files.moni .file-item .file-content .file-btns .del-btn{background:#D61917;border-color:#D61917;color:#fff;}
.modeling-result-page .files.moni .file-item .file-content .file-btns .pg-btn{background:#2A7AF1;border-color:#2A7AF1;color:#fff;}
.modeling-result-page .files.moni .file-item .file-content .file-status{position:relative;}
.modeling-result-page .files.moni .file-item .file-content .file-status .my-loading-mask{display:none;}
.modeling-result-page .files.moni .file-item .file-content .file-status.loading .my-loading-mask{display:block;}
.modeling-result-page .files.moni .file-item .file-content .file-status.disabled .file-btn{cursor:not-allowed;opacity:0.6;}
.modeling-result-page .files.moni .file-item .file-content .file-status.disabled .upload-btn input[type=file]{display:none;}
.modeling-result-page .files.moni .file-item .file-content .file-status.no-file .del-btn, .modeling-result-page .files.moni .file-item .file-content .file-status.no-file .pg-btn{ cursor:not-allowed;opacity:0.6;}
.modeling-result-page .files.moni .file-item .file-content .file-status.has-file .upload-btn input[type=file]{display:none;}
.modeling-result-page .files.moni .file-item .file-content .file-status.has-file .upload-btn{cursor:not-allowed;opacity:0.6;}
.modeling-result-page .files.moni .file-item .file-content .file-result{margin-top:20px;} 
.modeling-result-page .files.moni .file-item .file-content .file-result .file-result-item{font-size:0;margin-bottom:8px;}
.modeling-result-page .files.moni .file-item .file-content .file-result .file-result-item .file-result-item-label{font-size:14px;display:inline-block;vertical-align:middle;color:#D61917;width:72px;}
.modeling-result-page .files.moni .file-item .file-content .file-result .file-result-item .file-result-item-value{font-size:14px;display:inline-block;vertical-align:middle;}
.modeling-result-page .files.moni .file-item:nth-child(2){background-image:url('/images/modeling/moni-bg.png');background-position:right bottom;background-repeat:no-repeat;background-size:206px 180px;}
.modeling-result-page .m-result-tip{width:1120px;background:#fff;padding-left:43px;position:relative;border-radius:6px;padding-top:12px;padding-bottom:12px; margin-bottom:30px;box-sizing:border-box;}
.modeling-result-page .m-result-tip::before{content:'';position:absolute;left:15px;top:16px;width:16px;height:16px;background:url('/images/modeling/m-error.png') no-repeat center;background-size:100% 100%;}
.modeling-result-page .m-result-tip .m-tip-msg{font-size:14px;color:#292929;position:relative;padding-left:15px;}
.modeling-result-page .m-result-tip .m-tip-msg::before{content:'';width:3px;height:3px;border-radius:50%;background:#292929;left:0;top:11px;position:absolute;}
.modeling-result-page .m-result-tip .m-tip-msg.no-list-type{padding-left:0;}
.modeling-result-page .m-result-tip .m-tip-msg.no-list-type::before{display:none;}
.modeling-result-page .contest-question .contest-question-title{ padding:85px;}

.modeling-result-page .m-result-link{padding:12px 43px;width: 1120px;margin:0 auto;background: #fff;border-radius: 6px;box-sizing: border-box;}

.modeling-result-page .m-result-link .base_form_item{margin-bottom:0;}
 
.modeling-result-page .files.zhengshi .file-item .file-col{font-size:0;margin-bottom:10px;line-height:28px;}
.modeling-result-page .files.zhengshi .file-item .file-col:last-child{margin-bottom:0;}
.modeling-result-page .files.zhengshi .file-item .file-col .file-col-lable{font-size:14px;margin-right:20px;vertical-align:middle;display:inline-block;width: 262px;}
.modeling-result-page .files.zhengshi .file-item .file-col .file-col-btn{font-size:16px;position:relative;display:inline-block;vertical-align:middle;border-radius:4px;box-sizing:border-box;cursor:pointer;background-color:#D61917; color:#fff;width:72px;text-align:center;cursor:pointer;}
.modeling-result-page .files.zhengshi .file-item .file-col .file-col-btn > img{display:inline-block;width:16px;height:16px;vertical-align: middle;    margin-top: -3px;}
.modeling-result-page .files.zhengshi .file-item .file-col .file-col-btn input[type=file]{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;cursor:pointer; z-index:99;}
.modeling-result-page .files.zhengshi .file-item .file-col .file-col-lable.filename{font-size:16px;font-weight:bold;}
.modeling-result-page .files.zhengshi .file-item .file-status{position:relative;}
.modeling-result-page .files.zhengshi .file-item .file-status .my-loading-mask{display:none;}
.modeling-result-page .files.zhengshi .file-item .file-status.loading .my-loading-mask{display:block;}
.modeling-result-page .files.zhengshi .file-item .file-status.disabled .file-col-btn{cursor:not-allowed;opacity:0.6;}
.modeling-result-page .files.zhengshi .file-item .file-status.disabled .upload-btn input[type=file]{display:none;}
.modeling-result-page .files.zhengshi .file-item .file-status.has-file .upload-btn input[type=file]{display:none;}
.modeling-result-page .files.zhengshi .file-item .file-status.has-file .upload-btn{cursor:not-allowed;opacity:0.6;}
.modeling-result-page .files.zhengshi .file-item .file-status.no-file .del-btn{cursor:not-allowed;opacity:0.6;}
.modeling-result-page .files.zhengshi .file-item:nth-child(2){background-image:url('/images/modeling/zhengshi-bg.png');background-position:right bottom;background-repeat:no-repeat;background-size:189px 122px;}

.modeling-result-page .m-result-link .base_form_item.long-item { width:calc(100% - 100px); }
.modeling-result-page .m-result-link .base_form_item.long-item .base_form_item_content { width: calc(100% - 90px); }
.modeling-result-page .m-result-link .base_form_item.long-item .base_form_item_content .base_input.long { width: 100%; }
.modeling-result-page .m-result-link .base_form_item.long-item .base_form_item_content .base_input.long input { width: 100%; }