body {
    padding-top: 0px !important;
}
.color-red {
  color: #f15f60 !important;
}
.color-green {
  color: #52c87a !important;
}
.color-yellow {
  color: #ffba00 !important;
}
.color-orange {
  color: #f8693c !important;
}
.color-blue {
  color: #30d1ff !important;
}
.clear{ clear:both; height: 0; line-height: 0; font-size: 0; }
.clearfix:after{ content:"."; display:block; height:0; visibility:hidden; clear:both; overflow: hidden; }
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

ul, ol { list-style:none; } 
.form-control {
  border-radius: 5px !important;
  height: 35px !important;
}
.container-header {
    width: 1260px;
    margin: 0 auto;
    justify-content: center;
}
.container-width {
    width: 1100px;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    justify-content: center;
}
.header {
    width: 100%;
    height: 70px;
    background-color: #FF589B;
}
.header .logo {
    width: 120px;
}
.header .logo img{
    width: 112px;
    height: 40px;
    margin-top: 15px;
}
.header .site-nav{
    width: 735px;
    font-size: 16px;
    margin-left: 100px;
}
.header .site-nav a {
    display: block;
    width: 147px;
    height: 100%;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    border-radius: 0;
}
.header .site-nav a.on,.header .site-nav a:hover {
    background-color: #CC467C;
}
.header .ucenter{
    width: 180px;
    height: 70px;
    background-color: #CC467C;
    border-radius: 20px;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
    margin-left: 100px;
}
.header .ucenter a {
    color: #ffffff;
    font-size: 16px;
}
.header .ucenter-unlogin {
    height: 40px;
}
.header .ucenter-unlogin a img {
    position: relative;
    top: 0px;
}
.header .ucenter-unlogin a.line {
    margin: 0 8px 0 5px;
}
.header .ucenter-unlogin a.line span {
    border: 1px #ffffff solid;
    font-size: 14px;
}
.header .ucenter-login{
    width: 240px;
    margin-top: 0;
    padding-top: 15px;
    background-color: #FF589B;
    border-radius: 0;
    position: relative;
    text-align: left;
}
.header .ucenter-login a.msg {
    position: relative;
    display: block;
    width: 40px;
    float: right;
    top: -3px;
}
.header .ucenter-login a.msg span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}
.header .ucenter-login a.nickname {
    margin-left: 60px;
}
.header .ucenter-login a img.avatar {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.header .ucenter-login a img.down {
    width: 15px;
    height: 15px;
    position: relative;
    left: 5px;
}
.header .ucenter-login a img.message {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
.header .ucenter-login .dropdown-list{
    width: 140px;
    position: relative;
    left: 10px;
    top: 14px;
    z-index: 2028;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    display: none;
}
.header .ucenter-login .dropdown-list li a {
    color: #333;
    font-size: 14px;
    text-align: center;
    display: block;
    border-radius: 0;
}
.header .ucenter-login .dropdown-list li a i {
    margin-right: 5px;
}
.header .ucenter-login .dropdown-list li a:hover {
    background-color: #e1e3e9;
}
.header .ucenter-login:hover .dropdown-list {
    display: block;
}

.footer {
    background-color: #ffffff;
    border-top: 1px #eaeaea solid;
}
.footer .box1 {
    width: 100%;
    clear: both;
    padding: 30px 0;
}
.footer .box1 .box1-left {
    width: 300px;
    text-align: center;
    border-right: 2px #eaeaea solid;
    font-size: 14px;
}
.footer .box1 .box1-left p {
    line-height: 30px;
}
.footer .box1 .box1-right ul{
    padding-left: 50px;
}
.footer .box1 .box1-right ul li {
    display: inline;
    padding: 0 25px;
}
.footer .box1 .box1-right ul li a {
    color: #333;
    font-size: 16px;
}
.footer .box1 .box1-right .box1-maker {
    text-align: center;
    color: #7F7F7F;
    font-size: 16px;
    padding-top: 15px;
}
.footer .box2 {
    padding-bottom: 30px;
    text-align: center;
    font-size: 14px;
}


.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .05rem
}

