
/*===== 公用样式=====*/

body {
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #181818;
    overflow-X: hidden;
    background-color: #f8f8f8;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: 700;
    color: #2e3d62;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666e82;
    margin: 0px;
}
.clear{clear:both;width:0px;height:0px;}

.clearfix{zoom:1;}

.clearfix:after {content: ".";display: block;visibility: hidden;height: 0;clear: both;}

.clear-box{
    width: 100%;
    clear: both;
    height: 0px;
}

a{
    color: #0088ed;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.mt-40{
    margin-top: 40px;
}

.common-container{
    background-image: linear-gradient( to right,#f8f8f8, #8fb7c6, #f8f8f8);
    padding-bottom: 160px;
}


/*===== 导航、页尾=====*/


header{
    width: 100%;
    padding: 15px 2%;
    height: 70px;
    background-color: #414141;
}

.headleft{
    float: left;
    width: 70%;
}

.headleft img{
    width: 180px;
}

.headlogo img{
    display: block;
    width:100%;
}

.headright{
    width: 30%;
    text-align: right;
    float: right;
}

.loginbtn {
    display: inline-block;
    background-color: #ffffff;
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius:20px;
    color: #414141;
    margin-left: 10px;
}

.loginbtn a{
    font-weight: 600;
    color: #414141;
}

.footer-area{
    width: 100%;
    background: url("/resources/colourstudio/imgs/foot-bg.png") no-repeat top center;
    color: #ffffff;
    padding-top: 20px;
    position: absolute;
    bottom:0;
}


.footer-area p{
    margin-bottom: 0px;
    color: #ffffff;
}


.footer-area .col-lg-6,.footer-area .container{
    padding: 0px;
}


.footer-area img{
    display: inline-block;
    margin-right: 10px;
}

.foot-text{
    background-color: #414141;
    margin-top: 40px;
    padding: 20px;
    text-align: center;
}

/*=====首页轮播图=====*/
.banner{
    width: 100%;
    margin-top: 20px;
    height: 400px;
}

.banner .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.banner .carousel-inner{
   height: 400px;
   overflow: hidden;
   box-shadow: 0px 0px 15px 5px #ebebeb;
   border-radius: 20px;
}

.banner .carousel-inner a{
    display: block;
    width: 100%;
}

.banner .carousel-inner img{
    object-fit: cover;
    justify-content: center;
    border-radius: 20px;
    width: 100% !important;
}

.banner button{
    border: 0px;
    background-color:rgb(0, 0, 0,0);
}

.carousel-control-prev-icon{
    background-image:url("/resources/colourstudio/imgs/prev.png");
}

.carousel-control-next-icon{
    background-image:url("/resources/colourstudio/imgs/next.png");
}

.carousel-inner::after{
    display: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 36px;
    height: 36px;
}


/*===== 首页样式=====*/

.nav{
    width: 100%;
    margin-top: 20px;
}

.nav .container{
    background-color: #414141;
    border-radius: 20px;
    padding: 30px 0px;
}

.nav .container .col-lg-3{
    text-align: center;
    color: #ffffff;
}

.nav .container .col-lg-3 img{
    display:block;
    margin: 10px auto;
}

.nav .container .col-lg-3 span{
    width: 32px;
    height: 3px;
    display: block;
    margin: 10px auto 0px;
    border-radius: 2px;
}

.nav .container .col-lg-3 span.bule{
    background-color:#0088ed;
}
.nav .container .col-lg-3 span.green{
    background-color:#67ce24 ;
}
.nav .container .col-lg-3 span.yellow{
    background-color:#f3ce00;
}
.nav .container .col-lg-3 span.red{
    background-color:#ed4300 ;
}
/*===== 首页其他样式=====*/
.common-wrap{ 
    margin-top: 20px;
    position: relative;
}

.home-wrap .container .col-lg-6{
    padding: 30px;
    
}

.home-wrap-div{
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0,0.1);
}

.home-wrap-div a.img{
    display: block;
    width: 100%;
    height: 480px;
}

.home-wrap-div img{
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius:20px 20px 0px 0px;
}

.home-wrap-text{
    padding: 30px;
}

.home-wrap-text a{
    width: 160px;
    display: block;
    font-size: 24px;
    padding: 5px 0px 5px 10px;
    border-radius: 5px;
    letter-spacing: 12px;
    text-align: center;
}
   

.home-wrap-text a.xiezhen{
    border:2px solid #711cd3;
    color: #711cd3;
    
}

.home-wrap-text a.jingxiu{
    border:2px solid #0088ed;
    color: #0088ed;
    
}

.home-wrap-text p{
    height: 90px;
    line-height: 22px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.home-bottom-text{
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0,0.05);
    padding: 30px;
    width: 98%;
    margin:  20px auto;
    line-height: 30px;
}

/*===== list样式=====*/
.list-wrap{
    padding-bottom: 70px;
}
.list-div{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0,0.0.05);
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    height: 200px;
    overflow: hidden;
}
.list-div .col-lg-3{
    padding-left: 0px;
    padding-right: 0px;
}

.list-wrap .left img{
    width: 100%;
    border-radius: 20px 0px 0px 20px;
    display: block;
    height: 100%;
    object-fit: cover;
}

.list-wrap .right{
    margin-left: 10%;
}

.list-wrap .right img{
    border-radius: 0px 20px 20px 0px;
}

.list-txt{
    padding: 20px 10px;
}

.list-txt a{
    display: block;
    color:#711cd3;
    font-size: 24px;
}

.list-txt p{
    margin-top: 10px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*===== detail样式=====*/

.detail-div h5{
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    color: #711cd3;
}

.detail-div p{
    margin-top: 30px;
    line-height: 24px;
}

/*===== login\signup\download样式=====*/
.login-wrap{
    padding-top: 80px;
}

.login-wrap form{
    width: 60%;
    margin: 0px auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0,0.05);
    border-radius: 20px;
    padding: 30px;
}

.login-wrap form h5{
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: normal;
}

.login-wrap form .btn{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background-color: #414141;
    padding: 0px !important;
    letter-spacing: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.form-check{
    width: 58%;
    margin: 20px auto 0px;
    position: relative;
}

.forgot{
    display: inline-block;
    color: #414141;
    position: absolute;
    right: 0px;
}

.back a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #414141;
}

.back a:hover{
    text-decoration: underline;
}

.login-wrap .form-inline .form-group{
    width: 75%;
}

.login-wrap .form-inline .form-group input{
    width: 100%;
}

.login-wrap .form-inline .code{
    width: 20%;
    margin-left: 5%;
    background-color: #414141;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}


.download-wrap{
    width: 95%;
    margin: 30px auto 0px;
    padding: 60px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0,0.05);
    text-align: center;
}

.download-wrap img{
    display: block;
    margin:0px auto 10px;
}

.download-wrap a{
    color: #414141;
    
}
.download-wrap a:hover{
    text-decoration: underline;
}