body {
 /*   font-size: 14px;
	font-family: "SimSun"; */
}

body,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
}
.dhm-ul li{background: #7e180e; padding: 2vh 2vw;border-radius: 1vw;color: #fff;font-weight: bold;font-size: 24px;}
ol,
ul {
    list-style: none;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.db {
    display: block;
}

.dn {
    display: none;
}





input,select {
    text-indent: 0;
    background: transparent;
    border: 0 none;
    resize: none;
    outline: none;
	
	border-radius: 0;
    /*清除选中效果的默认蓝色边框 */
    -webkit-appearance: none;
    /*清除浏览器默认的样式 */
    line-height: normal; //光标问题 
	
	font-size:5vw;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    /* line-height: 0.44rem; //placeholder */
	
	font-size:5vw;
}

input:focus {
    /* color: #ccc; */
	font-size:5vw;
}

body {
    width: 100vw;
    height: 100vh;
    background: #f6f6f6;
    font-size: 16px;
    overflow-x: hidden;
}

.page,
.page1,
.page2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.page1-banner,
.page1-banner .slick {
    width: 100%;
    height: 44vw;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.page1-banner img,
.page2-banner img,
.page1-banner a {
    top: 0;
    left: 0;
    width: 100%;
    height: 44vw;
    display: block;
}

.page2-activity-btn {
    top: 4vw;
    right: 0;
    height: 8vw;
    line-height: 8vw;
    width: 20vw;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-indent: 2vw;
    border-radius: 2vw 0 0 2vw;
}

.banner-title-des {
    left: 50%;
    width: 80vw;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    background: #fff;
    border-radius: 5vw;
    box-shadow: 0 0 5px 1px #000;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.banner-text {
    bottom: 0;
    left: 0;
    height: 10vw;
    line-height: 10vw;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-indent: 2vw;
}

.page2-banner {
    width: 100%;
    background: pink;
    height: 44vw;
}

.main {
    top: 44vw;
    left: 0;
    padding: 4vw 3vw;
}

.main1 {
    top: 46vw;
}

.main .handler-box {
    padding: 4vw 2vw;
    background: #fff;
    border-radius: 2vw;
}

.handler-box .cards {
    display: flex;
    align-items: center;
    justify-items: center;
}

.cards .card {
    width: 25%;
    height: 18vw;
    line-height: 18vw;
    background: #f6eed1;
    color: #f5c078;
    border: 2px solid #f9d8ac;
    text-align: center;
    font-size: 10vw;
    border-radius: 2vw;
}

.has-num {
    right: 0;
    top: 0;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    transform: translate(0, -60%);
    background: #eb6c61;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}

.main .btns {
    width: 100%;
    height: 9vw;
    line-height: 9vw;
    text-align: center;
    border-radius: 2vw;
}

.main .btn-one {
    width: 90%;
    height: 9vw;
    line-height: 9vw;
    text-align: center;
    margin: 0 auto;
    border-radius: 2vw;
    background: #f2b251;
    color: #fff;
}

.main .btn-red {
    background: #eb6c61;
    color: #fff;
    margin: 4vw 0;
    padding: 1px;
}

.main .btn-white {
    background: #fff;
    color: #eb6c61;
    border: 1px solid #eb6c61;
}

.main .btn-disable {
    background: #778899
    color: #eb6c61;
    border: 1px solid #eb6c61;
}

.main .btn-blue {
    width: 98%;
    background: #eaf6ff;
    color: #75a6c7;
    margin: 2vw auto;
}

.main .q-and-as {
    background: #fff;
    border-radius: 2vw;
    padding: 4vw 6vw;
}

.main1 .q-and-as {
    margin-top: 4vw;
}

.q-and-as .q-and-a .q-and-a-q {
    display: flex;
}

.q-and-a-q .num {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    background: #eeeeee;
    color: #5f5d5d;
    text-align: center;
    margin-right: 3vw;
    font-size: 4vw;
}

.q-and-a-q .text {
    font-weight: bold;
    color: #444343;
    font-size: 4vw;
}

.q-and-a .q-and-a-a {
    margin-left: 9vw;
    margin-bottom: 2vw;
}

.q-and-a .red-text {
    color: #eb6c61;
}

.q-and-a .yellow-text {
    color: #f5b051;
}

.main .btns-two {
    display: flex;
    justify-content: space-between;
}

.btns-two .btn-two {
    width: 48%;
    text-align: center;
    height: 9vw;
    line-height: 9vw;
    text-align: center;
    border-radius: 2vw;
}

.btns-two .btn-red {
    margin: 0;
}

.btns-two .btn-yellow {
    background: #f2b251;
    color: #fff;
}

.text-tip {
    margin: 2vw 0;
    color: #636060;
    text-align: center;
}

.main .friends-list {
    background: #fff;
    padding: 4vw 6vw 6vw;
    border-radius: 2vw;
}

.friends-list .friends-title {
    text-align: center;
    width: 94%;
    border-bottom: 1px solid #9c9898;
    padding-bottom: 2vw;
    margin: 0 auto;
}

.friends-list .friends-row {
    display: flex;
    justify-content: space-around;
    padding: 2vw;
}

.friends-row .friends-img {
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    border: 3px solid #eb6c61;
}

.friends-row .friends-right p {
    margin: 2vw 0;
}

.friends-row .friends-right div {
    display: flex;
    justify-content: space-between;
}

.color-gray{
	color:grey;
}


.page .bg {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.page .box {
    z-index: 11;
}

.page .bg {
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}


.dialog-main {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1vw;
    padding: 10vw 4vw;
    background: #fff;
}

.dialog-main .close-btn {
    right: 0;
    top: 0;
    width: 8vw;
    height: 12vw;
    transform: translate(0, -100%);
}

.close-btn img {
    width: 8vw;
    height: 8vw;
}

.close-btn .line {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2px;
    height: 4vw;
    background: #fff;
}

.get-card .dialog-main {
    padding: 10vw 4vw 4vw;
}

.dialog-title {
    top: 0;
    left: 0;
    transform: translate(50%, -50%);
    width: 50%;
    height: 8vw;
    line-height: 8vw;
    text-align: center;
    color: #fff;
    border-radius: 4vw;
}

.yellow-title {
    background: #f2b251;
}

.red-title {
    background: #eb6c61;
}

.activity-content .mb-10 {
    line-height: 1.5;
    margin-bottom: 4vw;
}


.get-card-content .content-card {
    margin: 0 auto;
    width: 16vw;
    height: 16vw;
    line-height: 16vw;
    background: #f6eed1;
    color: #f5c078;
    border: 2px solid #f9d8ac;
    text-align: center;
    font-size: 10vw;
    border-radius: 2vw;
}

.get-card-content .get-card-text {
    margin: 4vw 0;
    text-align: center;
}

.dialog-button {
    top: 110%;
    left: 0;
    width: 100%;
    height: 9vw;
    line-height: 9vw;
    background: #eb6c61;
    color: #fff;
    border-radius: 4vw;
    text-align: center;
}

.sign-content .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4vw 0;
    padding-bottom: 2vw;
    height: 10vw;
    border-bottom: 1px solid #a09f9f;
}

.sign-content .phone-row input {
    flex: 1;
}

.sign-content .code-row input {
    margin-right: 2vw;
	padding: 0px;
}

.send-code {
    font-size: 14px;
}

.sign-content .row .btn {
    width: 24vw;
    height: 8vw;
    border-radius: 4vw;
    color: #6c8fe6;
    border: 1px solid #6c8fe6;
    line-height: 8vw;
    text-align: center;
}

.sign-content img {
    width: 8vw;
    height: 8vw;
    margin-right: 4vw;
}

.off-row{
	text-align: center;
	font-weight: bold;
}

.off-row-down{
	text-align: center;
}




.yourElement{
    animate-duration: 5s;    //动画持续时间
    animate-delay: 10s;    //动画延迟时间
    animate-iteration-count: 5;    //动画执行次数
}

@-webkit-keyframes fd1 {
    0% {
        -webkit-transform: scale3d(.85, .85,.85);

    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);

    }
    100% {
        -webkit-transform: scale3d(.85, .85,.85);
    }

}

@-webkit-keyframes shan {
    0% {
        opacity: 1;

    }
    50% {
      opacity: .2;

    }
    100% {
       opacity: 1;
    }

}


.flex-container-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
}


.flex-container-center {
    display: -webkit-flex;
    display: flex;
   -webkit-align-items: center;
   align-items: center;
}



.flex_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


.flex_row_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


.flex_row_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


.flex_row_around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


.flex_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}


.flex_column_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}


.flex_column_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.flex_center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flex_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.flex_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
.flex_end{
    -ms-flex-item-align: end;
        align-self: flex-end;
}


.uuu{ overflow: hidden;}



.pause {

    position: fixed;

    z-index: 10000;

       top: 27px;
       right: 50px;

}



.pause a {

    width: 30px;

    height: 30px;

    background: url(../img/units-icons.png) 0 0 no-repeat;

    display: block;

    background-size: 80px auto;

}



.pause a.on {

    -webkit-animation: reverseRotataZ 1.2s linear infinite

}



.pause a.off {

}



.pause span {

    color: #fff;

    font-size: 14px;;

    position: absolute;

    left: 37px;
        top: 4px;

    text-shadow: 1px 1px 1px #000;

    letter-spacing: 2px;

    -webkit-transition: all .2s linear;

    opacity: 0;

    -webkit-transform: translateX(-20px)

}


.hecheng{-webkit-animation: reverseRotataZ 20.2s linear infinite}
.hecheng.active{-webkit-animation: reverseRotataZ 0.6s linear infinite}



.pause span.z-show {

    opacity: 1;

    -webkit-transform: translateX(-10px)

}



@-webkit-keyframes reverseRotataZ {

    0% {

        -webkit-transform: rotateZ(0deg)

    }

    100% {

        -webkit-transform: rotateZ(-360deg)

    }

}

.rank_ul{}
.rank_ul li{background: url('../img/page7/pic.png')  center;background-size: 100% 100%;margin-bottom: 1vw;}

.myprize_ul{}
.myprize_ul li{margin-bottom:1vw;}



.input-li2.active{color: #ad3e23;background: url('../img/p3/p22.png')  center;background-size: 100% 100%; left: 17vw;width: 66vw;top: 46vw;height: 14vw;line-height: 14vw;text-align: left;font-size: 20px;}


  input::-webkit-input-placeholder,
  
  textarea::-webkit-input-placeholder {   font-size: 3.8vw; }
  
  
  
  @-webkit-keyframes arown2 {
      0% {
          -webkit-transform: translateX(10px);
          transform: translateX(10px);
      }
      50% {
          -webkit-transform: translateX(0);
          transform: translateX(0);
      }
  	100% {
  	    -webkit-transform: translateX(10px);
  	    transform: translateX(10px);
  	}
  }
  
  
  @-webkit-keyframes fudong {
      0% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
      50% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
  	100% {
  	    -webkit-transform: translateY(-10px);
  	    transform: translateY(-10px);
  	}
  }
  
  
  
  
  @-webkit-keyframes arown {
      0% {
          -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
      }
      50% {
          -webkit-transform: translateX(0);
          transform: translateX(0);
      }
  	100% {
  	    -webkit-transform: translateX(-10px);
  	    transform: translateX(-10px);
  	}
  }
  
  
  @-webkit-keyframes fd1 {
      0% {
          -webkit-transform: scale3d(.95, .95,.95);
  
      }
      50% {
          -webkit-transform: scale3d(1, 1, 1);
  
      }
      100% {
          -webkit-transform: scale3d(.95, .95,.95);
      }
  
  }
  
  
  .dan_list{padding: 2vw 5vw; width: 100%; background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 12px;font-weight: bold;margin-bottom: 8px;}
 .dan_list:nth-child(2){
	  background: linear-gradient(to top, #1f83f1, #5193fa);
  }
  .dan_list:nth-child(3){
  	  background: linear-gradient(to top, #1f83f1, #5193fa);
  }
 .dan_list:nth-child(4){
  	  background: linear-gradient(to top, #1f83f1, #5193fa);
  }
  
  .dan_list.active {
         border: #fff solid 3px;
         box-shadow: 1px 1px 10px 2px #ccc;
		 
		 
  }
  
/* ::-webkit-scrollbar {
    width: 5px;
    height: 1px;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }

 */
  @-webkit-keyframes shansuo {
      0% {
          opacity: 0.8;
  
      }
      50% {
         opacity: 0.3;
  
      }
      100% {
         opacity: 0.8;
      }
  
  }
  
  
  @-webkit-keyframes fd1 {
      0% {
          -webkit-transform: scale3d(.95, .95,.95);
  
      }
      50% {
          -webkit-transform: scale3d(1, 1, 1);
  
      }
      100% {
          -webkit-transform: scale3d(.95, .95,.95);
      }
  
  }

  
  
  
  .duoxuan{width: 90%;margin:4vw auto 0 auto;}
  .duoxuan .duo_list:nth-child(1){padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 12px;font-weight: bold;margin-bottom: 6px;width: 100%;max-height: 8vw;overflow: auto;}
 .duoxuan .duo_list:nth-child(2){padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 12px;font-weight: bold;margin-bottom: 6px;width: 100%;max-height: 8vw;overflow: auto;}
 .duoxuan .duo_list:nth-child(3){padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 12px;font-weight: bold;margin-bottom: 6px;width: 100%;max-height: 8vw;overflow: auto;}
 .duoxuan .duo_list:nth-child(4){padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 12px;font-weight: bold;margin-bottom: 6px;width: 100%;max-height: 8vw;overflow: auto;}
 .duoxuan .duo_list:nth-child(5){padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 12px;font-weight: bold;margin-bottom: 6px;width: 100%;max-height: 8vw;overflow: auto;}
 .duoxuan .duo_list:nth-child(6){padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 12px;font-weight: bold;margin-bottom: 6px;width: 100%;max-height: 8vw;overflow: auto;}
 .duoxuan .duo_list:nth-child(7){padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 12px;font-weight: bold;margin-bottom: 6px;width: 100%;max-height: 8vw;overflow: auto;}
 .duoxuan .duo_list:nth-child(8){padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 12px;font-weight: bold;margin-bottom: 6px;width: 100%;max-height: 8vw;overflow: auto;}

.duoxuan .duo_list.active{ 
	
    border: #fff solid 3px;
         box-shadow: 1px 1px 10px 2px #ccc;


}
	
	
  
  .panduan_list.p1{padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 20px;font-weight: bold;}
  .panduan_list.p2{padding: 2vw 5vw;background: linear-gradient(to top, #1f83f1, #5193fa);color: #ffffff;border-radius: 130px;border: #fff7bc solid 3px;font-size: 20px;font-weight: bold;}
  
  
  .panduan_list.active {
     border: #fff solid 3px;
     box-shadow: 1px 1px 10px 2px #ccc;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  