
*{
    font-family: PingFangSC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,body,.page-main-content{
    width: 100%;
}

.index-search{
    position: relative;
    padding-top: 47px;
}

.search-header{
    text-align: center;

    font-family: PingFangSC-Medium,PingFangSC-Regular,PingFangSC-Light,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    font-size: 24px;
    color: #fff;
}

.search-slogan{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 33px;
    font-family: MicrosoftYaHei,PingFangSC-Light,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    font-size: 14px;
    color: #fff;
}

.search-bar-wrap{
    display: flex;
    padding: 8px 10px;
    background: hsla(0,0%,100%,.2);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.select-div{
    display: flex;
    background: #fff;
    position: relative;
    flex:1;
    margin-right: 4px;
}

.select-name{
    width: 75px;
    height: 30px;
    text-align: center;
    color: #999;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    margin-right: 4px;
    background: #fff;
    border:1px solid #fff;

}

.select-name:hover{
    border-color: #00b7d3;
    transition: all 1s;
}

.select-name span{
    color:#000;
    padding-left: 5px;
    font-size: 12px;
}

/*.select-name span::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 0;*/
/*    height: 0;*/
/*    top: 45%;*/
/*    right: 24px;*/
/*    margin-top: -2px;*/
/*    border: 5px solid transparent;*/
/*    border-bottom: 5px solid #9B9EA0;*/
/*}*/

.select-name span::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 6px;
    margin-top: -2px;
    border: 5px solid transparent;
    border-top: 5px solid #9B9EA0;
}

.select_option{
    width: 75px;
    position: absolute;
    top:34px;
    left: 10px;
    text-align: center;
    border: 1px solid #666;
    /* border-top: 1px solid #fff; */
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    display:none;
    padding-inline-start:0;
    z-index: 99;
}

.select_option li{
    color: #73777A;
    height:30px;
    line-height: 30px;
    border-bottom: 1px solid #979797;
    cursor: pointer;
    font-size: 12px;
}

.select_option li:nth-of-type(3){
    border-bottom: none;
}

.select_option li:hover{
    background: #00c1de;
    color: #fff;
}

.select-div{
    height: 30px;
}

.tm_input{
    flex:1;
    width: 100%;
    border:1px solid #fff;
}

.tm_input input{
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 0;
    outline: none;
    font-size: 14px;
    color: #9B9EA0;
    padding: 0 10px;
}

.tm_input input::placeholder{
    color:#9B9EA0;
}

.tm_input:hover{
    border-color: #00b7d3;
    transition: all 1s;
}

.search-div{
    height: 30px;
}

.search-btn{
    text-align: center;
    line-height: 28px;
    height: 28px;
    background: #00c1de;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    outline: none;
    cursor: no-drop;
    position: relative;
    top: 0;
    padding: 0 10px;
}

.activity-entry {
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,.3);
    opacity: .95;
    box-sizing: border-box;
    margin-top: 30px;
}

.entry-warp {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    padding-top: 20px;
}

.entry-panel {
    width: 33.2%;
    height: 100%;
    padding: 0 10px 0 5px;
    border-left: 1px solid #53545b;
    position: relative;
    text-decoration: none;
}

.entry-panel-left {
    text-align: left;
    width:100%;
    position: relative;
    top:33%;
    transform: translateY(-50%);
}

.entry-icon {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
}

.entry-title {
    text-align: left;
    line-height: 20px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #fff;
    letter-spacing: .16px;
    opacity: 1;
}

.entry-value {
    color: #ccc;
    font-size: 12px;
    font-family: PingFangSC-Light;
    line-height: 17px;
    opacity: .9;
    text-align: left;
    letter-spacing: .14px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-right: 12px;
}

.index-introduction {
    font-family: PingFangSC-Regular,PingFangSC-Light,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    margin-top: 25px;
}

.index-subtitle {
    margin-top: 18px;
}

.index-subtitle span {
    width: 33%;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.index-subtitle i {
    margin-right: 3px;
}

.index-introduction .index-subtitle i:before {
    color: #73777a;
    font-size: 12px;
}

.next-icon-select:before {
    content: "✔";
}

.next-icon-small:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit;
}

.next-icon:before {
    display: inline-block;
    speak: none;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
}

.next-icon {
    position: relative;
    display: inline-block;
    font-family: NextIcon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .1px;
    -moz-osx-font-smoothing: grayscale;
}

.introduction-panel-active {
    margin-bottom: -7px;
    z-index: 10;
    position: relative;
    top: -28px;
}

.introduction-panel-active {
    vertical-align: bottom;
    display: inline-block;
    background: #fff;
    margin-bottom: 21px;
    width: 100%;
}

.introduction-panel{
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.introduction-header {
    background: #00c1de;
    padding: 10px 0;
    height: 60px;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
}

.introduction-header img{
    width:40px;
    height: 40px;
    display: block;
}

.introduction-header span{
    position: relative;
    top: -15px;
    font-size: 18px;
}

.introduction-header p,.introduction-header p {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 16px 0 0;
}

.introduction-section {
    box-shadow: 0 1px 8px 0 #d3d3d3;
}

.introduction-body {
    display: inline-block;
    margin: 24px 0 10px;
    width: 100%;
}

.introduction-body>div {
    width: 260px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding: 4px 0 5px;
    margin: 0 auto;
}

.introduction-body .next-icon {
    color: #00c1de;
    margin: 0 12px 0 35px;
    border: 1px solid #00c1de;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: relative;
    top:2px;
    text-align: center;
}

.next-icon-success:before {
    content: "✔";
    position: absolute;
    font-size: 12px;
    top:-1px;
    left: -1px;
}

.introduction-price,.introduction-price {
    border-top: 1px solid #ededef;
    width: 80%;
    display: block;
    font-size: 36px;
    color: #ff8a00;
    line-height: 32px;
    padding-top: 25px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.introduction-price>span:first-child {
    font-size: 14px;
    margin-right: 3px;
}

.introduction-price>span {
    display: inline-block;
    font-size: 20px;
}

.introduction-price>span:last-child {
    margin-left: 3px;
    font-size: 14px;
}

.next-btn {
    margin: 15px 0 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-family: MicrosoftYaHei,PingFangSC-Light,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    background: #fff;
    color: #00c1de;
    border: 1px solid #00c1de;
}

.letgo{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 1px;
}

.index-introduction {
    font-family: PingFangSC-Regular,PingFangSC-Light,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    margin-top: 25px;
}

.index-subtitle {
    margin-top: 18px;
}

.index-advantage {
    margin-top: 20px;
    background: #f5f5f6;
    padding-top: 26px;
}

.advantage-panel {
    padding: 0 10px;
    margin-bottom: 40px;
    width: 100%;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.advantage-panel img{
    width: 54px;
    height: 54px;
}

.index-brand-advantage {
    box-sizing: border-box;
    background-color: #121211;
}

.index-brand-advantage img{
    width: 100%;
}

.index-help {
    padding-top: 51px;
    background: #f5f5f6;
    padding: 0 10px;
}

.readme-panel {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 10px;
}

.readme-panel h5 {
    color: #424753;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}

.readme-panel p {
    font-size: 14px;
    color: #777f84;
    text-align: justify;
    line-height: 24px;
}

.share-info-show {
    width: 100%;
    overflow: hidden;
    padding: 24px 0 0;
}

.share-info-title {
    font-size: 28px;
    text-align: center;
    line-height: 32px;
    margin: 0 0 12px;
    font-weight: 500;
}

.share-info-text {
    max-width: 731px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
}

.share-info-text a{
    color: #00c1de;
    display: block;
}

.login-to-reward {
    color: #00c1de;
    cursor: pointer;
    padding: 0 3px 0 0;
}

.reward_rule {
    color: #00c1de;
    cursor: pointer;
    display: inline-block;
    margin-left: -5px;
}
