* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}


img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;

}

body {
    font-family: '微软雅黑', 'Heiti SC', '华文黑体', '黑体', "Helvetica Neue";

}

body .yourclass {
    padding: 30px;
    background: transparent;
    box-shadow: none;
    color: #000;

}

.pop-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: none;
    z-index: 9999;
}

#popmain {
    display: none;
    display: block;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .5s ease all;
    transform: translate(-50%, -50%) scale(0);

    width: 847px;
    zoom: .6;
   
   
}
.mymobe #popmain{
    zoom: .4;
    top:60%;
}
.pop-fix.act{
    display: block;
}
#popmain.act{
    transform: translate(-50%, -50%) scale(1);
}
.closepop{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: 0;
    cursor: pointer;
    color: white;
    border: 1px #fff solid;
}

.popgift {
    width: 847px;
    height: 481px;
    position: relative;

}

.imgs {
    position: absolute;
}

.imgs3 {
    left: 0;
    top: 0
}

.imgs4 {
    left: 100px;
    top: 0;
}

.imgs1 {
    display: block;
    margin: 15px auto;
    cursor: pointer;
}

.imgs2 {
    left: 120px;
    top: -40px;
    transition: .5s ease all;
    transform: rotate(15deg) scale(.5);
}

.imgs2.act {
    transform: rotate(15deg) scale(1) translateY(-450px);
}

.mymobe {
    font-size: 14px;
    min-height: 100%;

}

.mymobe .phonenav {
    display: block !important;
}

.mypc .mar50 {
    margin-top: 50px;
}

.mymobe .mar50 {
    margin-top: 15px;
}

.mypc .mar30 {
    margin-top: 30px;
}

.mymobe .mar30 {
    margin-top: 15px;
}

.logoimg {
    float: right;
}

.mymobe .logoimg {
    height: 56px;
    margin-right: -15px;
}

.mypc .topnav {
    width: 100%;
    height: 400px;
    background: url(../images/top.jpg) center top no-repeat;
}

.bannerlink {
    background: #f3f3f3;
}

.linkp {
    margin-bottom: 0;
    line-height: 45px;
}

.linkp a {

    color: #333333;
    text-decoration: none !important;
}

.mypc .linkp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mypc .linkp a {
    float: left;
    margin: 0 20px;
    font-size: 16px;
    padding: 0 10px;
}

.linkp a:hover {
    background: #ee1d23;
    color: white;
}

.mymobe .navbar-default {
    background: white;
    border: none;
    margin-bottom: 0;
}

.navbar-header,
.container-fluid {
    border: none;
}

.navbar-toggle {
    float: left;
}

.mymobe .img1 {
    width: 60px;
    margin: 10px auto;
}

.mypc .p1 {
    margin-top: 15px;
    line-height: 1.7;
}

.ht {
    border-bottom: 1px #e2e2e2 solid;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.mymobe .ht {
    margin-top: -15px;
}

.ht .htp {
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

.mypc .ht .htp {
    font-size: 34px;

}

.mymobe .ht .htp {
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 7px;
    margin-top: 15px;
}

.mypc .ht .htp::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 3px;
    left: 0;
    top: 0;
    background: #ff000f;
}

.mymobe .ht .htp::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    left: 0;
    top: 0;
    background: #ff000f;
}

.navp {
    float: right;
    margin-bottom: 0;
    margin-top: 15px;
}

.prev {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/left.png) center center no-repeat;
    cursor: pointer;
}

.prev:hover {
    background: url(../images/leftact.png) center center no-repeat;
}

.next {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/right.png) center center no-repeat;
    cursor: pointer;
}

.next:hover {
    background: url(../images/rightact.png) center center no-repeat;
}

.mypc .f24 {
    font-size: 24px;
    margin-top: 20px;
}

.mypc .f20 {
    font-size: 20px;
}

.mymobe .f24,
.mymobe .f20 {
    font-size: 16px;
    font-weight: bold;
}

.notep {
    color: #7f7f80;
}

.mypc .notep {
    font-size: 16px;
}

.wailian {
    color: #ee1d23;
    text-decoration: none !important;
}

.mymobe .imga {
    display: block;
    width: 60%;
    margin: 10px auto;
}

.meida-p {
    padding: 15px;
}

.mypc .meida-p {
    height: 240px;
    display: flex;
    flex-direction: column;
}

.mypc .meida-p .notep {
    flex: 1;
}

.media-con {
    border: 1px #efefef solid;
}

.mypc .media-con {
    height: 425px;
}

.mymobe .media-con {
    margin-bottom: 10px;
}

.shijian {
    background: #f3f3f3;
    padding: 30px 0;
}

.mymobe .shijian {
    padding: 15px 0;
}

.shicon {
    background: white;
    padding: 5px 15px;
    padding-bottom: 25px;
}

.spea {
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px #ff0514 solid;
    color: #ff0514 !important;
    text-decoration: none !important;
    margin: 10px auto;
    border-radius: 30px;
}

.mypc .shicon {
    height: 275px;
    display: flex;
    flex-direction: column;
}

.mypc .shicon .notep {
    flex: 1;
}

.swiper-pagination {
    width: 100%;
    margin-top: 30px;

}

.mypc .swiper-pagination {
    position: relative;
    text-align: center;
}

.mymobe .swiper-pagination {
    position: relative;
    margin-top: 10px;
    text-align: center;

}

.swiper-pagination-bullet {

    margin: 0 4px;

}

.swiper-pagination-bullet-active {
    background: #ff000f;
}

.mymobe .shicon {
    padding-top: 15px;
    border-bottom: 1px #eee solid;
}

.txta {
    display: block;
    text-align: center;
    color: #333;
    text-decoration: none !important;
    margin-top: 15px;
}

.foot {
    padding: 15px;
    background: #000000;
    color: white;
    text-align: center;
    margin-top: 15px;
}

.mypc .foot {
    margin-top: 50px;
}

.mymobe .nopad {
    padding: 0;
}

.mypc .dec p {
    margin-bottom: 20px;
}

.mypc .bookimg {
    margin-top: 50px;
}

.down-link {
    display: block;
    width: 250px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ff000f;
    color: white !important;
    text-decoration: none !important;
    border-radius: 20px;
    margin: 15px auto;
    margin-top: 30px;
}

.down-link:hover {
    color: white;
    text-decoration: none;
}

.mymobe .down-link {
    width: 180px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}

.f16 {
    color: #666666;
    padding: 0 8px;
}

.mypc .f16 {
    font-size: 16px;
}

.med-con {
    background: #f6f6f6;
}

.mypc .med-con {
    width: 18%;
    float: left;

    margin: 0 1%;
    height: 295px;
}

.mymobe .med-con {
    width: 45%;
    float: left;
    margin: 10px 2.5%;
    height: 270px;
}

.mymobe .med-con h3 {
    font-size: 16px;
}

.liao-a {
    display: block;
    text-align: center;
    color: #ee1d23;
}