@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 0.583rem;
    background-color: #f1f1f1;
    max-width: 750px;
    margin: 0 auto;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

b {
    font-weight: 100;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

img {
    width: 100%;
    height: 100%;
}

a,
p,
div,
article,
li,
ul,
span,
i,
section,
h1,
h2,
h3,
h4,
h5,
h6 {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

.idx-header {
    position: relative;
    height: 1.7rem;
}

[v-cloak] {
    display: none;
}

.body-bgcolor {
    background-color: rgb(243, 240, 240);
    position: relative;
}

.homecontent {
    padding: 0rem 0.5rem;
    overflow-y: auto;
    position: relative;
}

.hometop {
    margin-top: 0.5rem;
    line-height: 1rem;
    color: #333;
    font-size: 0.66rem;
    /*  font-size:12px;*/
}

.homemain {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 0.3rem;
    margin-top: 0.3rem;
    overflow: auto;
}

.titlelist {
    margin-top: 0.5rem;
}

.titlelist>p {
    padding: 0.2rem 0;
    line-height: 1.1rem;
    /* width: 100%; */
    /*  height: auto;  
    word-wrap:break-word;  
    word-break:break-all;  
    overflow: hidden;
    word-break: normal;*/
    /*  width: auto;
      display: block;
      white-space: pre-wrap;
      word-wrap: break-word;
      overflow: hidden;*/
}

/*.titlelist p span{
word-break: normal;
      width: auto;
      display: block;
      white-space: pre-wrap;
      word-wrap: break-word;
      overflow: hidden;
}*/
/*.diyip span{
    height: auto;  
    word-wrap:break-word;  
    word-break:break-all;  
    overflow: hidden;
    word-break: normal;
}*/
.radiotype {
    margin: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    float: left;
}

.huan {
    border: 1px solid #1faeff;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    float: left;
    margin-top: 0.26rem;
    margin-right: 0.2rem;
}

.dian {
    background-color: #1faeff;
    border-radius: 50%;
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    margin: 0.1rem 0.1rem;

}

.empty {
    height: 2.2rem;
}

.homebottom {
    position: fixed;
    bottom: 0;
    height: 2rem;
    /*height: 40px;*/
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    transition: height 0.2s;
    -moz-transition: height 0.2s;
    /* Firefox 4 */
    -webkit-transition: height 0.2s;
    /* Safari and Chrome */
    -o-transition: height 0.2s;
    opacity: 1;
}

.chengh {
    max-height: 80%;
    min-height: 40%;
    height: auto;
}

.homebottom .fytop>div {
    float: left;
    width: 33%;
    color: #666;
}

.forsave>span:first-child {
    width: 1.6rem;
    height: 1.6rem;
    float: left;
    margin-top: 0.2rem;
}

.forsave>span:last-child {
    float: left;
    line-height: 2rem;
}

.tosave {
    float: right;
}

.tosave img {
    width: 1.6rem;
    height: 1.6rem;
    float: left;
}

.tosave span {
    float: left;
    margin-top: 0.5rem;
}

.fornum {
    text-align: center;
    line-height: 2rem;
    position: relative;
}

.fornext {
    float: right !important;
    /*  background-color: #1faeff;*/
}

.fornext button {
    background-color: #1faeff;
    border: none;
    font-family: 'microsoft yahei';
    float: right;
    line-height: 2rem;
    /*line-height: 40px;*/
    height: 100%;
    outline: none;
    color: #fff;
    width: 80%;
}

.anwser {
    color: #666;
    position: relative;
    padding-left: 45px !important;
}

.anwser>p {
    display: inline-block;
}

.xuanze {
    /*    width: 0.5rem;
    height: 0.5rem;
    float: left;
    margin-top: 0.06rem;
    margin-right: 0.2rem;*/
    position: absolute;
    left: 0.3rem;

}

.xuanze img {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
}

.morexuanze {
    width: 0.5rem;
    height: 0.5rem;
    float: left;
    margin-top: 0.06rem;
    margin-right: 0.2rem;
}

.moreanwser {
    color: #666;
}

.dialog {
    webkit-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    visibility: hidden;
    margin: 0;
    left: 5%;
    top: 35%;
    z-index: 200;
    position: fixed;
    width: 90%;
    background-color: #fafafc;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.dialog .dialog_hd {
    padding: 1.2em 0 .5em;
}

.dialog .dialog_bd {
    padding: 0 20px;
    font-size: 15px;
    color: #888;
    word-wrap: break-word;
    word-break: break-all;
}

.dialog .dialog_ft {
    position: relative;
    line-height: 42px;
    margin-top: 20px;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.dialog .dialog_ft a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.dialog .dialog_ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d5d5d6;
    color: #d5d5d6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.dialog .btn_dialog.default {
    color: #353535;
}

.btn_dialog.primary {
    color: #0bb20c;
}

.dialog .btn_dialog+.btn_dialog {
    position: relative;
}

.dialog .btn_dialog+.btn_dialog:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.dialog.dialog_visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mask_transparent {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.weui_toast {
    position: fixed;
    z-index: 100;
    width: 7.6em;
    min-height: 7.6em;
    top: 35%;
    left: 50%;
    margin-left: -3.8em;
    background: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}

.weui_toast_text .weui_toast_content {
    margin: 10px 15px;
    font-size: 15px;
}

.weui_toast_text {
    min-height: 1em;
    width: auto;
    border-radius: 15px;
    margin-left: 0;
    -webkit-transform: scale(0.9) translate3d(-50%, 0, 0);
    transform: scale(0.9) translate3d(-50%, 0, 0);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.weui_toast.weui_toast_visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.weui_toast_text.weui_toast_visible {
    -webkit-transform: scale(1) translate3d(-50%, 0, 0);
    transform: scale(1) translate3d(-50%, 0, 0);
}

.toast {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    position: fixed;
    z-index: 100;
    width: 7.6em;
    min-height: 7.6em;
    top: 35%;
    left: 50%;
    margin-left: -3.8em;
    background: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    visibility: hidden;
}

.toast.toast_visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mask {
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    transition: none 0.2s ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.daanport {
    margin-top: 1rem;
    background-color: #fff;
    overflow: auto;
    padding: 0 0.3rem;
}

.choseport {
    color: red;
    padding: 0.5rem 0.3rem;
}

.chotit {
    padding: 0rem 0.3rem;
    position: relative;
}

.chom {
    padding: 0.5rem 0.3rem;
    overflow: auto;
}

.fenye {
    width: 0.6rem;
    height: 0.5rem;
    display: inline-block;
}

.fynum {
    /* float: left;*/
}

.fenyesz {
    overflow: hidden;
}

.fytop {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.fenyesz {
    padding: 0.5rem 0.5rem 0.5rem 0.6rem;
    max-height: 380px;
    overflow: auto;
    /*    border-top: 1px solid #ccc;*/
    background-color: #fff;
}

.fenyesz>span {
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #ccc;
    float: left;
    text-align: center;
    line-height: 1.6rem;
    border-radius: 50%;
    color: #666;
    margin: 0.2rem 0.3rem;
    background-color: #fff;
}

.fenyesz .nowt {
    border: 1px solid red;
    color: red;
}

.fenyesz .had {
    border: 1px solid #1faeff;
    color: #1faeff;
}

.fenyesz .error {
    border: 1px solid #ff7e00;
    color: #ff7e00;
}

.mask2 {
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    transition: none 0.2s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    /* Firefox 4 */
    -webkit-transition: opacity 1s;
    /* Safari and Chrome */
    -o-transition: opacity 1s;
}

.maskop {
    opacity: 1;
}

.mask3 {
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    display: none;
    transition: none 0.2s ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    /* Firefox 4 */
    -webkit-transition: opacity 1s;
    /* Safari and Chrome */
    -o-transition: opacity 1s;
}

.mask4 {
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 300;
    display: none;
    transition: none 0.2s ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    /* Firefox 4 */
    -webkit-transition: opacity 1s;
    /* Safari and Chrome */
    -o-transition: opacity 1s;
}

.mask5 {
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 300;
    transition: none 0.2s ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    /* Firefox 4 */
    -webkit-transition: opacity 1s;
    /* Safari and Chrome */
    -o-transition: opacity 1s;
    text-align: center;
    padding-top: 50%;
    color: #fff;
}

.st-list {
    display: none;
}

.forup {
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    background-image: url(../img/tijiao.png);
    background-size: 100%;
    border: none;
    outline: none;
    width: 5rem;
    /* height: 2.1rem;*/
    height: 40px;
    background-repeat: no-repeat;
    text-align: center;
    /*line-height: 1.9rem;*/
    height: 40px;
    border-radius: 0.2rem;
    font-size: 0.66rem;
    color: #1faeff;
}

.errorbc {
    overflow: hidden;
}

.errorbc {
    display: block;
    float: right;
    margin-top: 1rem;
    border: 1px solid red;
    background-size: 100%;
    outline: none;
    width: 3rem;
    /* height: 2.1rem;*/
    background-repeat: no-repeat;
    text-align: center;
    line-height: 1.2rem;
    border-radius: 0.2rem;
    font-size: 0.66rem;
    color: red;
}

.syt {
    background-color: #1faeff;
    border: none;
    font-family: 'microsoft yahei';
    float: left;
    line-height: 2rem;
    /*line-height: 40px;*/
    height: 100%;
    outline: none;
    color: #fff;
    width: 80%;
}

.MathJax {
    outline: 0;
}

.duicuo {
    position: absolute;
    left: 0.1rem;
    padding-left: 0.8rem;
}

.duicuo img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.dingweijj {
    position: absolute;
    text-align: center;
    width: 100%;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.knowinfo {
    background-color: #fff;
}

.knowinfo p {
    text-indent: 2em;
}

.knowinfo img {
    /*    width: auto;
    height: auto;*/
    display: block;
    margin: 0.5rem auto;
}

.knowtitle {
    text-align: center;
    font-size: 0.66rem;
    font-weight: bold;
    padding: 0.5rem 0;
}

.videoport {
    width: 90%;
    margin: 1rem auto;
}

.videoport video {
    width: 100%;
    height: 100%;
}

.blue-color {
    color: blue;
}

.blue-color a {
    color: blue;
    text-decoration: underline;
}

.lookAnswer {
    overflow: hidden;
    padding: .2rem;
    margin-top: 0.2rem;
}

.lookAnswer span {
    border: 1px solid #1faeff;
    color: #1faeff;
    float: left;
    padding: .2rem;
    border-radius: .2rem;
}

.hidden {
    display: none;
}

.errortip {
    font-size: 11px;
    color: #333333;
    padding: .1rem .2rem;
    border-top: 1px solid #f0f0f0;
}

.advcontent {
    padding: 0.2rem 0.3rem;
    font-size: 0.6rem;
}

.topbt {
    position: fixed;
    height: 1.8rem;
    width: 100%;
    background: #fff;
    line-height: 1.8rem;
    top: 0;
    left: 0;
    z-index: 1000;
}

.mar-top {
    margin-top: 2rem;
}

.topbt>div {
    width: 10rem;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
}

.topbt>div>div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    text-align: center;
}

.active {
    color: red;
    border-bottom: 1px solid red;
}

.sytime {
    padding-top: 0.3rem;
    text-align: center;
    padding-right: 0.5rem;
    color: red;
}

/*积分获取记录*/
.search-tj {
    position: fixed;
    top: 0;
    left: 0;
    /*height: 3rem;*/
    width: 100%;
    background: #fff;
    padding: 0.75rem 0.3rem;
    box-sizing: border-box;
    background: url('../img/bj.png')no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
}

.jfnum {
    color: #fff;
    text-align: center;
    font-size: 0.65rem;
    padding-bottom: 0.75rem;
}

.jfnum span {
    font-size: 0.8rem
}

.data-time1 {
    width: 5rem;
    height: 1.2rem;
    line-height: 1.21rem;
    float: left;
    position: relative;
    margin: 0 0.3rem;
}

.data-time1 input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.data-time1 span {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    background: url('../img/xj.png')no-repeat right 5px center/0.5rem;

}

.data-btn1 {
    float: left;
    width: 1.8rem;
    height: 1.2rem;
    line-height: 1.25rem;
    border-radius: 0.3rem;
    text-align: center;
    background: -webkit-linear-gradient(#5fd0ff, #2175ff);
    background: -o-linear-gradient(#5fd0ff, #2175ff);
    background: -moz-linear-gradient(#5fd0ff, #2175ff);
    background: linear-gradient(#5fd0ff, #2175ff);
    margin-left: 0.2rem;
    color: #fff;
}

.zhi {
    float: left;
    line-height: 1.25rem;
    color: #fff;
}

.g-color {
    color: #888;
    text-align: center;
}

.mar-topjfjl {
    margin-top: 5.2rem;
    background: #fff;
    margin: 5.2rem 0.6rem 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.jfjllist {
    border-bottom: 1px solid #ddd;
}

.jfjllist p {
    display: block;
    padding: 0.6rem 0.4rem;
    line-height: 1rem;
    vertical-align: bottom;
}

.jfjllist p>:nth-child(1) {
    display: block;
    float: left;
    width: 30%;
    font-size: 0.6rem;
    position: relative;
    padding-left: 1rem;
    box-sizing: border-box;
}

.jfjllist p>:nth-child(2) {
    display: block;
    float: left;
    text-align: left;
    width: 46%;
    color: #888;
    font-size: 0.5rem;
    position: relative;
    padding-left: 1rem;
    box-sizing: border-box;
}

.jfjllist p>:nth-child(3) {
    display: block;
    float: right;
    text-align: right;
    max-width: 24%;
    font-size: 0.6rem;
    position: relative;
    padding-left: 1rem;
    box-sizing: border-box;
}

.jfjllist p span>img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
}

.r-color {
    color: red;
}

.l-color {
    color: #2579ff;
}

.uline {
    text-decoration: underline;
}

.zsdbiaozhu {
    margin: 0.8rem 0;
}

.dttp {
    width: 100%;
    margin: 0.5rem;
}

.dttp div {
    float: left;
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    margin: 10px 0 10px 10px
}

.dttp img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.chotit img {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    float: left;
    margin-left: 1.4rem;
    position: absolute;
    top: 50%;
    margin-top: -0.4rem;
}

.left {
    float: left;
}

.tnum {
    display: block;
    width: 25px;
    float: left;
}

.tname {
    display: block;
    float: left;
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    word-break: break-all;
}

.tname p {
    padding: 0;
    display: inline-block;
}

.tijiao {
    position: absolute;
    bottom: 2.5rem;
    right: 1rem;
    display: block;
    float: right;
    /*        margin-top: 1rem;*/
    border: 1px solid red;
    background-size: 100%;
    outline: none;
    width: 3rem;
    /* height: 2.1rem; */
    background-repeat: no-repeat;
    text-align: center;
    line-height: 1.2rem;
    border-radius: 0.2rem;
    font-size: 0.66rem;
    color: red;
}

.chom>span {
    color: #317ef3;
    text-decoration: underline;
}
.chom>div {
    color: #317ef3;
    text-decoration: underline;
}