html{
    height: 100%;
}
body{
/*    width: 1200px;*/
    width: 100%;
    min-width: 1200px;
    padding-top: 80px;
    overflow-x: hidden;
    color: #262626;
}

header{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,1);
    z-index: 999;
    display: flex;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}




.header-main{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}
.header-logo{
    width: 256px;
    height: 60px;
    float:left;
    align-self: center;
    transform: scale(0.7);
}
.header-nav{
    float:left;
    align-self: center;
    margin-left: 100px;
    width: 430px;
}
.header-nav .nav-item{
    float: left;
    width: 100px;
    text-align: center;
    font-size: 14px;
}

.offside{
    float:left;
    align-self: center;
    margin-left: 25px;
    width: 360px;
}
.offside-shop{
    display: inline-block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background: #26A73C;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}




.offside-shop:after,.offside-shop:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;

    z-index:-2;
    border-radius: 24px;
}

.offside-shop:hover{
    z-index:2;
/*    background:transparent;*/
}

.offside-shop:before {
    transition: .2s;
    background: #0bbf37;
    z-index:-1;
}

.offside-shop:hover:after,.offside-shop:hover:before {

    width: 100%;
}




.offside-check{
    display: inline-block;
    width: 140px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 24px;
    text-align: center;
    background: #F5F5F5;
    color: #26A73C;
    float:right;
}

.index-header .offside-check{
    background: #FFF;
    color: #262626;
}

.index-header{
    background-color: rgba(255,255,255,0);
    box-shadow: unset;
}

.index-header .header-nav .nav-item a{
    color: #fff;
}

footer{
    position: relative;
    /*margin-top: 100px;*/
}
.footer-about{
    background: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-logo1{
    width: 259px;
}

.footer-logo2{
    width: 110px;
    margin-left: 57px;
}

.about-text{
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}

.footer-about-main{
    width: 1120px;
    margin: 0 auto;
    text-align: left;
}

.copyright{
    margin-top: 30px;
    font-size: 12px;
}



.footer-bottom{
    width: 100%;
    height: 60px;
    background: #26A73C;
    display: flex;
}
.footer-nav{
    align-self: center;
    margin: 0 auto;
}
.footer-nav li{
    float:left;
}

.footer-nav li a{
    color: #fff;
    width: 150px;
    display: inline-block;
    text-align: center;
}




.left-main{
    width: 55%;
    min-width: 705px;
    float:left;
    position: relative;
}

.left-side{
    width: 684px;

/*    border: 1px solid #ccc;*/
    /*position: absolute;
    right: 20px;*/
    float:right;
    margin-right: 20px;

}

.right-side{
/*    height: 1000px;*/
    width: 45%;
    float: right;
}
@media screen and (max-width: 1300px) {
    .right-side {
        width: 40%;
    }
}

.breadcrumb{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.breadcrumb li{
    display: inline-block;
}

.breadcrumb .active{
    color: #00A629;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}



.left-header{
    height: 60px;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
}

.left-header .left-header-title{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.left-main .master{

    width: 100%;
}
.main{
    position: relative;
    padding-left: 10px;
}

.right-main-ab{
    position: absolute;
    right: -4px;
    bottom: 0;
}

.right-holder{
    position: relative;
}

.right-resent{
    position: absolute;
    top: 10px;
    left: 24px;
    display: flex;

}
.right-resent .p-1{
    color: #3DE55A;
    float:left;
    align-self: center;

}
.right-resent .p-1 i{
    font-size: 28px;
}

.right-resent .p-2{
    color: #fff;
    font-size: 14px;
    width: 358px;
    float:left;
    margin-left: 10px;
}

.sub-right{
    position: fixed;
    width: 100%
}

.right-main-ab .sub-right{
    position: unset;
}

.right-side img{
    width: 45%;min-width: 850px;
}

.right-main-ab img{
    width: 100%;
    display: block;
}




.tips-main{
    border-radius: 10px!important;

}
.info-tips-skin{
    text-align: center;
    /*width: 200px;*/
    /*padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;*/
    padding: 20px 25px;

}
.info-tips-skin .error{
    color: #ff3a3a;
}
.info-tips-skin .success{
    color: #00A629;
}
.info-tips-skin .iconfont{
    font-size: 50px;
}

.info-tips-skin .text{
    font-size: 18px;
    margin-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
}

.info-tips-skin .success-text{
    color: #00A629;
}
.info-tips-skin .error-text{
    color: #ff3a3a;
}

.info-tips-skin .sub-text{
    color: #333;
    font-size: 14px;
}
.info-tips-skin .btn-box{



}
.info-tips-skin .btn-box a{

    line-height: 30px;
    background-color: #f8ba01;
    display: inline-block;
    width: 100%;
    color: #fff;
}