﻿body {
    overflow-x:hidden;
}
.top {

    width: 1920px;
    height: 70px;
    margin: 0 auto;
    background-color: #A80003;
}

.topmenu {
display:flex;
justify-content:space-between;
align-items:center;
width:1200px;
margin:0 auto;
height:70px;
}

.topleft {
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .topleft a {
        font-weight: bold;
        color: #FFFFFF;
    }
 .topleft span a {
        font-size: 16px;
    }
    .topleft span {
        display:block;
        height:70px;
        line-height:70px;
    }
    .topleft>span{
        height: 70px;
    align-items: center;
    display: flex;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
    }
    
    .topleft>span:not(:first-child):not(:nth-child(5)):before{
        content:"";
        position: absolute;
        width:0;
        right: 100%;
        bottom: 0;
        height:2px;
        background:#fff;

    }
    .topleft>span:not(:first-child):not(:nth-child(5)):hover::before{
        width:90%;
        right: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
 .topleft span a {
        font-size: 16px;
    }
    .topleft span.active {
        border-bottom: 2px solid #fff;
background: rgba(255, 255, 255, 0.2);
    }

.topright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .topright a {
        font-weight: bold;
        color: #FFFFFF;
        width:60px;
        display:inline-block;
        text-align:center;
    }

    .topright .topsearch {
        border-right: 1px solid #fff;
        display: flex;
        width: 230px;
        text-align: right;
        height: 25px;
        justify-content: flex-end;
        align-items: center;
    }

    .topright .login {
        width: 59px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #FFFFFF;
        border-radius: 2px;
        display: inline-block;
        text-align: center;
        color: #FFFFFF;
        cursor:pointer;
    }

    .hr {
        height: 1px;
        background: #FFFFFF;
        opacity: 0.2;
        padding: 0;
        margin: 0;
    }

.banner {
    background-image: url(../img/我要贷banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 1920px;
    height: 200px;
    margin: 0 auto;
    font-size: 40px;
    font-family: Alibaba PuHuiTi;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 200px;
    text-align: center;
}

.main {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(54,0,6,0.1);
    border-radius: 4px;
    position:relative;
    top:-40px;
    min-height:600px;
}


.othertype {
    border: none;
    border-bottom: 1px solid #D2D2D2;
    position: relative;
    bottom: -5px;
}

.disabled {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;/*阻止事件冒泡*/
}

.link {
    width: 85px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #CE0301;
    border-radius: 2px;
    display: block;
    color: #CE0301;
    text-align: center;
}

.productitem a:hover {
    background: #CE0301 !important;
    color: #fff;
}


    .copyrightbg {
        min-width: 1920px;
        width: 100%;
        height: 100px;
        background: #A80003;
    }

.copyright {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.copyrightdata {
    text-align: center;
    flex: 1
}
.copyrightdata span{
    color:#fff;
}




    /*checkbox*/
input[type=checkbox]:checked:disabled {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    position: relative;
    border: 1px solid rgba(0, 119, 255, 0.7);
    border-radius: 2px;
    overflow: hidden;
}

    input[type=checkbox]:checked:disabled::before {
        content: '';
        display: block;
        height: 13px;
        width: 13px;
        background: rgba(0, 119, 255, 0.6);
        position: absolute;
        top: -1px;
        left: -1px;
        border-radius: 2px;
    }

    input[type=checkbox]:checked:disabled::after {
        content: '」';
        display: block;
        width: 14px;
        height: 14px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 0px;
        overflow: hidden;
        color: #fff;
        font-weight: bold;
        line-height: 4px;
    }
    /*checkbox end*/