﻿html, body {
    background-color: #e2eaec;
    color:#404040;
}
p {
    margin:0;
}
.content {
    background:#fff;
    width:1200px;
    margin:33px auto 0px;
}
.icon {
    display:inline-block;
    background:url(../../../images/default/open/quick_icon.png) no-repeat
}
.icon_1 {
    width:68px;
    height:68px;
    background-position:0 0;
}
.icon_2 {
    width:68px;
    height:68px;
    background-position:0 -68px;
}
.content .title {
    margin-top: 61px;
    text-align:center;
    /*border-bottom:1px solid #e3eaec;*/
}
    .content .title h1 {
        padding: 35px 0;
        margin: 0px;
        font-size: 30px;
        color: #262626;
        font-weight: bold;
    }
.main {
    padding: 0 40px 20px 40px;
    overflow: hidden;
}
.main .tips{
    background:url(../../../images/default/open/quick_icon_1.png) no-repeat left center;
    padding-left:50px;
    margin-bottom:37px;
}
.main .tips p{
    margin:4px 0px;
    font-size:14px;
}
.main .list .item{
    background:#fafafa;
    padding:23px;
    overflow:hidden;   
    display:block;
    margin-bottom:5px;
}
.main .list .item .icon_img{
    border:1px solid #dadada;
    width:68px;
    height:68px;
    background:#fff;
    float:left;
}
.main .list .item .text{
    padding-right:50px;
    background: url(../../../images/default/open/quick_icon_2.png) no-repeat right center;
}
.main .list .item .text p{
    line-height:1.5;
}
.main .list .item .text h2{
    margin:3px 0px 10px 0px;
    font-size:14px;
    color:#404040;
    font-weight:normal;
}
.main .list .item .text p{
    color:#a4a4a4;
    font-size:12px;
}
.quick_loding {
    position:fixed;
    width:100%;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background:rgba(0,0,0,0.5);
    text-align:center;
    display:none;
}
.quick_loding .load{
    margin-top:15%;
    color:#fff;
    font-size:13px;
}
.quick_loding .load .t1{
    margin-bottom:20px;
}
.quick_loding .load .t1 .loging_gif{
    width:30px;
    height:30px;
    display:inline-block;
    background:url(../../../images/default/open/loading.png) no-repeat;
    -webkit-animation:round 1.2s linear infinite;
    animation:round 1.2s linear infinite;
}
@-webkit-keyframes round{
    0% {
        -webkit-transform: rotate(0deg);  
        transform: rotate(0deg)       
    }
    25% {
        -webkit-transform: rotate(90deg);  
        transform: rotate(90deg)       
    }
    50% {
        -webkit-transform: rotate(180deg);  
        transform: rotate(180deg)       
    }
    75% {
        -webkit-transform: rotate(270deg);  
        transform: rotate(270deg)       
    }
    100% {
        -webkit-transform: rotate(360deg);  
        transform: rotate(360deg)       
    }
}
@keyframes round{
    0% {
        -webkit-transform: rotate(0deg);  
        transform: rotate(0deg)       
    }
    25% {
        -webkit-transform: rotate(90deg);  
        transform: rotate(90deg)       
    }
    50% {
        -webkit-transform: rotate(180deg);  
        transform: rotate(180deg)       
    }
    75% {
        -webkit-transform: rotate(270deg);  
        transform: rotate(270deg)       
    }
    100% {
        -webkit-transform: rotate(360deg);  
        transform: rotate(360deg)       
    }                        
}
.hidebody {
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}
.fist {
    
}
.reslut {
   font-size:13px;
    padding-bottom:260px;
    padding-top:200px;
    text-align:center;
    color:#404040;
    display:none
}
.reslut.success,.reslut.error{
    display:block;
}
.reslut .icont{
    width:34px;
    height:34px;
    background:url(../../../images/default/open/se_t.png) no-repeat;
  
    margin:0px auto;
    color:#404040;
}
.reslut.success .icont{
    background-position:0 0;
}
.reslut.error .icont{
    background-position:0 -34px;
}
.reslut .s_t,.reslut .e_t{
     margin-top:25px;
     display:none;
  
}
.reslut.success .s_t,.reslut.error .e_t{
    display:block;
}
.reslut .blue{
    color:#336699;
}



/*2021-05-17*/
.scense_list {
    margin:0;
    padding:0;
}
    .scense_list .s_item {
        margin-bottom:20px;
        overflow:hidden
    }
        .scense_list .s_item .s_l {
            float: left;
            width: 309px;
            height: 180px;
            border: 1px solid #f2f0f0;
        }
            .scense_list .s_item .s_l img {
             vertical-align:top
            }
        .scense_list .s_item .s_r {
            margin-left: 311px;
            border: 1px solid #f2f0f0;
            border-left: none;
            padding: 0px 21px 0 21px;
            text-align: left;
            height: 180px;
           
        }
            .scense_list .s_item .s_r .t {
                font-weight:600;
                font-size:20px;
                margin-bottom:10px;
                margin-top:25px;
            }
            .scense_list .s_item .s_r .cont {
                color: #9C9C9C;
                font-size: 14px;
                margin-bottom:20px;
                line-height:1.8;
            }
            .scense_list .s_item .s_r .btn_a .link {
                padding: 6px 16px;
                font-size: 14px;
                color: #6A6A6A;
                border: 1px solid #D9D9D9;
                border-radius:4px;
                display:inline-block;
                margin-right:10px;
                cursor:pointer;
            }

.btn_a {
    overflow:hidden;
}
    .btn_a .btn_left {
        float: left;
        box-sizing: border-box;
        margin: 0;
        font-variant: tabular-nums;
        list-style: none;
        font-feature-settings: "tnum";
        position: relative;
        display: inline-block;
        width: 150px;
        height: 32px;
        padding: 4px 11px;
        color: rgba(0,0,0,.65);
        font-size: 14px;
        line-height: 1.5;
        background-color: #fff;
        background-image: none;
        border: 1px solid #d9d9d9;
        display: inline-block;
        border-radius: 4px;
        transition: all .3s;
    }
        .btn_a .btn_left:focus {
            border-color: #40a9ff;
            border-right-width: 1px !important;
        }
    .btn_a .btn_right {
        float: right;
        cursor:pointer;
    }
    .btn_a .red_mode {
        float: left;
        margin:8px 0 0 8px;
        font-size:14px;
    }

.red_mode {
    display: none
}

.erro .red_mode {
    color: red;
    margin-left: 5px;
    display: inline-block;
}

.erro .btn_left {
    border: 1px solid red;
}

    .erro .btn_left:focus {
        border-color: #FF0000;
    }



    .warp_t {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-color: rgba(0,0,0,.45);
        display: none
    }
.modal_content {
    width: 520px;
    margin:0px auto;
    margin-top:13%;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    pointer-events: auto;
}
.modal_head {
    padding: 16px 24px;
    color: rgba(0,0,0,.95);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 4px 4px 0 0;
    font-weight:bold;
}
.modal_body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}
.modal_bottom {
    padding: 10px 16px;
    text-align: right;
    background: transparent;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px;
}
.model_close {
    position:absolute;
    right:12px;
    top:8px;
    width:32px;
    height:32px;
    background:url(../../../images/default/open/close.png) no-repeat center  center;
    cursor:pointer;
}
.btn_mod {
    line-height: 32px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin-left:10px;
}
    .btn_mod.blue {
        color: #fff;
        background-color: #1890ff;
        border-color: #1890ff;
        text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
        box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    }
.ant-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 220px;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    display:inline-block;
    border-radius: 4px;
    transition: all .3s;
}
    .ant-input:focus {
        border-color: #40a9ff;
        border-right-width: 1px !important;
    }
