body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
i {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle
}

em {
    font-style: normal;
}

ul,
li,
dl,
dd,
dt,
ol {
    list-style: none;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

input,
select {
    vertical-align: middle;
}

i {
    font-style: normal;
}

html {
    overflow-x: hidden;
}

.close {
    background-position: -83px -100px;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0
}

body {
    font-size: 14px;
    background: #69cef2;
}

.shadow {
    box-shadow: 2px 2px 5px 5px #5fc0e4;
    cursor: pointer;
}

.index_main {
    width: 700px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px);
}

.index_main .banner {
    width: 700px;
    margin: 0 auto;
}

.index_main .banner img {
    border-radius: 30px;
    box-shadow: 2px 2px 5px 5px #5fc0e4;
}

.suoxiao {
    transform: scale(0.85);
}

.inputbox {
    box-shadow: 2px 2px 5px 5px #5fc0e4;
    position: relative;
    background: #fff;
    border-radius: 20px;
    width: 700px;
    height: 60px;
    line-height: 60px;
    margin: 20px auto;
}

.inputbottom {
    /* position: fixed;
    bottom:0px;
    left: 50%;
    margin-left: -350px; */
}

.inputbox.over {
    border: 1px solid #e83921
}

.inputbox .cs {
    width: 30px;
    height: 36px;
    position: relative;
    background: url(../images/cs.png);
    display: block;
    float: right;
    margin: 12px;
}

.inputbox .cs:hover {
    background-position: 0 -36px;
}

.inputbox .jb {
    width: 85px;
    height: 60px;
    border: none;
    position: relative;
    background: url(../images/jb.png);
    display: block;
    float: right;
}

.inputbox .jb:hover {
    background-position: 0 -60px;
}

.inputbox .inp {
    border: none;
    height: 60px;
    background: transparent;
    color: #777;
    border-radius: 50px;
    font-size: 14px;
    padding-left: 30px;
    width: 530px;
}

.inputbox .inp:focus {
    outline: none;
}

input::selection {
    background: transparent;
    /* 移除选择内容的背景颜色 */
}

input::-moz-selection {
    /* Firefox 浏览器需要特定的伪元素 */
    background: transparent;
    /* 移除选择内容的背景颜色 */
}

.inputbox .triangle-down {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3595CC;
}

.inputbox .tips {
    display: none;
    position: absolute;
    top: -40px;
    right: 0;
    background: #3595CC;
    padding: 0 10px;
    color: #fff;
    border-radius: 10px;
    width: 500px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
}

.index_main .box {
    margin-top: 80px;
    width: 100%;
    height: 265px;
    position: relative;
    z-index: 1;

}

.index_main .list {
    width: 800px;
    height: 320px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
}

.index_main .btn {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    box-shadow: 2px 3px 3px 2px #5fc0e4;
    border-radius: 50%;
    background-position: -220px -136px;
    cursor: pointer;
}

.index_main .prev {
    left: -50px;
}

.index_main .prev:hover {
    background-position: -220px -178px;
}

.index_main .next {
    right: -50px;
    background-position: -269px -136px;
}

.index_main .next:hover {
    background-position: -269px -178px;
}

.index_main li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.index_main .list img {
    width: 195px;
    height: 265px;
    border: none;
    border-radius: 35px;
    float: left;
    box-shadow: 2px 5px 5px 5px #5fc0e4;
}

.index_main .p1 {
    transform: translate3d(-236px, 0, 0) scale(0.81);
}

.index_main .p2 {
    transform: translate3d(-50px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 2;
}

.index_main .p3 {
    transform: translate3d(200px, 0, 0) scale(1);
    z-index: 3;
    opacity: 1;
}

.index_main .p4 {
    transform: translate3d(450px, 0, 0) scale(0.81);
    transform-origin: 100% 50%;
    opacity: 0.8;
    z-index: 2;
}

.index_main .p5 {
    transform: translate3d(532px, 0, 0) scale(0.81);
}

.index_main .p6 {
    transform: translate3d(856px, 0, 0) scale(0.81);
}

.index_main .p7 {
    transform: translate3d(1320px, 0, 0) scale(0.81);
}

.index_main .buttons {
    position: absolute;
    width: 1200px;
    height: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    padding-top: 10px;
}

.index_main .buttons a {
    display: inline-block;
    width: 35px;
    height: 5px;
    padding-top: 4px;
    cursor: pointer;
}



/*顶部功能区*/
.maintop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 0;
    z-index: 2;
    height: 60px;
}

.allico {
    display: block;
    background-image: url(../images/ico.png);
}

.maintop .huihua {
    width: 120px;
    height: 40px;
    margin-left: 2%;
    background-image: url(../images/a-lishh.png);
    background-position: 0 0;
    float: left;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 5px #5fc0e4;
}

.maintop .huihua:hover {
    background-position: 0 -40px;
}

.maintop .xiaoxi {
    width: 50px;
    height: 50px;
    margin-right: 2%;
    background-image: url(../images/a-yan.png);
    float: right;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 5px #5fc0e4;
}

.maintop .home {
    width: 50px;
    height: 50px;
    margin-right: 2%;
    background-color: #fff; /* 背景颜色 */
    float: right;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 5px #5fc0e4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maintop .home img{
     height: 40px;
     width: 40px;
}


.maintop .xiaoxi:hover {
    background-position: -50px 0;
}

.maintop .zhanghu {
    width: 50px;
    height: 50px;
    margin-right: 2%;
    background-image: url(../images/a-yan.png);
    background-position: 0 -50px;
    float: right;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 5px #5fc0e4;
}

.maintop .zhanghu:hover {
    background-position: -50px -50px;
}

.maintop i.new {
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background: red;
    float: right;
    margin-top: -5px;
    margin-right: -20%;
    border-radius: 10px
}

.maintop i {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    background: red;
    float: right;
    margin-top: -5px;
    margin-right: -20%;
    border-radius: 50%;
}

.maintop .anniu2 {
    width: 225px;
    height: 40px;
    margin-left: 2%;
    display: block;
    float: left;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 5px #5fc0e4;
}

.maintop .anniu2 span {
    display: block;
    height: 40px;
    float: left;
    background-image: url(../images/san.png);
}

.maintop .anniu2 span:hover {
    background-position: 0 -40px;
}

.maintop .anniu2 .s2 {
    width: 106px;
    background-position: -116px 0;
}

.maintop .anniu2 .s2:hover {
    background-position: -116px -40px;
}


/*消息下拉框*/
.xiaoxi_box {
    width: 260px;
    height: 380px;
    color: #1e5277;
    background: #fff;
    border-radius: 20px;
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.xiaoxi_box .ld {
    width: 230px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    background: #ecf9fd;
    margin: 10px auto;
    border-radius: 10px;
}

.xiaoxi_box strong {
    color: #1e5277;
    width: 240px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    border-bottom: 1px dashed #84aecd;
    display: block;
}

.xiaoxi_box ul {
    width: 230px;
    margin: 0 auto;
}

.xiaoxi_box li {
    width: 230px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xiaoxi_box li:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #1e5277;
    vertical-align: middle;
}

.xiaoxi_box li a {
    color: #1e5277;
    padding-bottom: 3px;
}

.xiaoxi_box li a:hover {
    color: #e83921;
    text-decoration: underline;
}

.xiaoxi_box li:hover:before {
    background: #e83921
}

/*账户下拉框*/
.zhanghu_box {
    width: 260px;
    text-align: center;
    height: 380px;
    color: #1e5277;
    background: #fff;
    border-radius: 20px;
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.zhanghu_box .tuichu {
    width: 91px;
    height: 25px;
    ;
    background-image: url(../images/tc.png);
    display: block;
    float: right;
    margin: 10px;
}

.zhanghu_box .tuichu:hover {
    background-position: 0 -25px;
}

.zhanghu_box .touxiang {
    width: 90px;
    height: 90px;
    display: block;
    margin: 5px auto;
    margin-top: 50px
}

.zhanghu_box ul {
    width: 240px;
    margin: 0 auto;
    color: #1e5277;
    text-align: left;
}

.zhanghu_box li {
    width: 220px;
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
    padding: 0 10px;
    background: #dbf3fb;
    border-radius: 20px;
}

/*.zhanghu_box .layui-icon-set{float: right;font-size: 20px;color: #1e5277;}*/
.zhanghu_box .yh {
    width: 24px;
    height: 24px;
    margin-top: 10px;
    background-position: -135px -142px;
    float: right;
}

.zhanghu_box .yh:hover {
    background-position: -166px -142px;
}

.zhanghu_box .fy {
    width: 25px;
    height: 26px;
    margin-top: 8px;
    background-position: -134px -177px;
    float: right;
}

.zhanghu_box .fy:hover {
    background-position: -165px -177px;
}

.zhanghu_box .cz {
    float: right;
    color: #1e5277
}

.zhanghu_box .cz:hover {
    color: #fda803
}








/*客服*/
.kefu {
    width: 60px;
    height: 60px;
    background-image: url(../images/a-kf.png);
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 200px;
}

.kefutoggle {
    right: 310px;
}

.kefu:hover {
    background-position: -60px 0px;
}

.kefubox {
    width: 300px;
    height: 420px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    right: 0px;
    bottom: 200px;
}

.kefubox strong {
    color: #1e5277;
    width: 240px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    border-bottom: 1px dashed #84aecd;
    display: block;
}

.kefubox .cont {
    padding: 10px 25px;
    min-height: 300px;
    overflow-y: auto
}

.kefubox .lt {
    padding: 5px 10px;
    clear: both;
    display: block;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 10px;
}

.kefubox .lt2 {
    text-align: right;
    background: #ecf9fd;
    border: 1px solid #69cef2;
    color: #1e5277;
    margin-top: 5px;
}

.kefubox .inp {
    width: 260px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #ddd;
}



.main .nav {
    width: 1100px;
    height: 90px;
    background: url(../images/nav.png);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 660px;
}

.main .nav a {
    width: 155px;
    height: 90px;
    display: block;
    float: left;
}

.main .fxd {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -550px;
}



.btnimg {
    display: block;
    background-image: url(../images/btn.png);
}

.btn1 {
    width: 344px;
    height: 49px;
    margin: 0 auto;
    margin-top: 30px;
}

.btn1:hover {
    background-position: 0 -49px;
}

.btn2 {
    width: 340px;
    height: 45px;
    margin: 0 auto;
    margin-top: 30px;
    background-position: 0 -98px;
}

.btn2:hover {
    background-position: 0 -143px;
}

.btn3 {
    width: 173px;
    height: 49px;
    margin: 0 auto;
    margin-top: 30px;
    background-position: 0 -419px;
}

.btn4 {
    width: 173px;
    height: 115px;
    background-position: -1px -189px;
    position: absolute;
    right: 15px;
    bottom: 40px;
}

.btn4:hover {
    background-position: -175px -189px;
}

.btn5 {
    width: 173px;
    height: 115px;
    background-position: -1px -304px;
    position: absolute;
    right: 15px;
    bottom: 40px;
}

.btn5:hover {
    background-position: -175px -304px;
}

.btn6 {
    width: 200px;
    height: 45px;
    background-position: -348px 0px;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    color: #faf3e4;
    font-size: 24px;
}

.btn6:hover {
    background-position: -348px -45px;
    color: #faf3e4
}

.btn7 {
    width: 200px;
    height: 170px;
    background-position: -349px -91px;
    position: absolute;
    left: 15px;
    top: 80px;
}

.btn7:hover {
    background-position: -349px -262px;
}

.btn8 {
    width: 200px;
    height: 170px;
    background: url(../images/ybm.png);
    position: absolute;
    left: 15px;
    top: 80px;
}

.contenttop {
    width: 1100px;
    height: 155px;
    background: url(../images/tou.png);
    margin-top: 100px;
}

.content {
    width: 1100px;
    height: 1600px;
    color: #5a1712;
    font-size: 16px;
    padding-bottom: 50px;
}

.content .title {
    width: 727px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    background: url(../images/titbg.jpg);
    color: #fff;
    line-height: 50px;
}

.content .time {
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 20px;
}

.content .text {
    padding: 30px 150px;
    line-height: 24px;
}

.content .bg1 {
    width: 539px;
    height: 349px;
    background: url(../images/bg1.jpg);
    margin: 20px auto;
    margin-bottom: 50px;
    text-align: center;
}

.content .bg1 .bt {
    height: 45px;
    line-height: 45px;
    width: 245px;
    color: #5a1712;
    font-size: 22px;
    font-weight: 800;
    padding-top: 12px;
    padding-left: 170px;
}

.content .selbox {
    text-align: center;
}

.content .selbox .sel {
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #fceab9;
    border: 1px solid #c28f06;
}

.content option {
    color: #6c411d;
    font-size: 16px;
}

.content .dtbox {
    width: 100%;
    height: 400px;
}

.content .dtbox .dt {
    width: 435px;
    height: 320px;
    float: left;
    position: relative;
}

.content .dtbox .d256 {
    background: url(../images/dt1.jpg);
    margin-left: 100px;
}

.content .dtbox .d3376 {
    background: url(../images/dt2.jpg);
    margin-left: 20px;
}

.content .flbox {
    height: 400px;
    padding-left: 105px;
    padding-top: 30px;
}

.content .fl-left {
    width: 230px;
    height: 292px;
    background: url(../images/bg2.png);
    text-align: center;
    margin-left: 50px;
    margin-right: 15px;
    float: left;
    margin-top: 80px;
    font-size: 22px;
}

.content .fl-right {
    width: 550px;
    height: 260px;
    padding-top: 130px;
    color: #000;
    background: url(../images/bg3.png);
    float: left;
}

.content .fl-right strong {
    text-align: center;
    display: block;
    color: #fff1cd;
    margin-left: 30px;
    font-size: 22px;
    line-height: 55px;
    width: 220px;
    height: 55px;
    float: left;
    background: url(../images/flbg.jpg);
}

.content .inp {
    width: 160px;
    height: 35px;
    line-height: 35px;
    background: #fceab9;
    border: 1px solid #c57c2d;
    padding-left: 10px;
}

.content .kbox {
    width: 860px;
    padding: 20px;
    border: 1px solid #d5955b;
    background: #fde2c5;
    margin: 20px auto;
    border-radius: 5px;
}

.content .kbox .h2 {
    width: 830px;
    height: 56px;
    text-align: center;
    line-height: 50px;
    color: #5a1712;
    font-size: 22px;
    margin-top: 30px;
    background: url(../images/kbt.jpg);
}

.content .kbox .game {
    position: relative;
    height: 290px;
    width: 830px;
}

.content .kbox ul {
    width: 600px;
    float: right;
}

.content .kbox li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dd725e
}

.content .kbox .lingjiang {
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #c84239;
    color: #c84239;
    background: #fbf0d0;
    border-radius: 5px;
    float: right;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.content .kbox .lingjiang:hover {
    background: #d13b2c;
    color: #fff;
}

.content .kbox .ylq {
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #888;
    color: #333;
    background: #eee;
    border-radius: 5px;
    float: right;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.content .zi {
    background: url(../images/zi.jpg);
    width: 608px;
    height: 48px;
    margin: 20px auto;
}

.content .table {
    width: 800px;
    display: table;
    margin: 0px auto;
    text-align: center;
}

.content .table th {
    height: 37px;
    background: #feeab8;
    border: 1px solid #b28069
}

.content .table td {
    height: 37px;
    background: #fff3e7;
    border: 1px solid #b28069;
}

.content .thbg th {
    background: #ff925a
}

/*弹窗*/

.loginbox {
    margin: 0 auto;
    height: 380px;
    width: 480px;
    border: 10px solid #f0fbff;
    background: #fff;
    position: relative;
    color: #387cad;
    border-radius: 20px;
    font-family: "微软雅黑";
    z-index: 2;
}

.yjzs-popo {
    margin: 0 auto;
    height: 380px;
    width: 480px;
    border: 10px solid #f0fbff;
    background: #fff;
    position: relative;
    color: #387cad;
    border-radius: 20px;
    font-family: "微软雅黑";
    z-index: 2;
}
.loginbox h1 {
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #3a80b0;
    font-weight: bold;
}

.loginbox ul {
    width: 400px;
    margin: 0 auto;
}

.loginbox ul li {
    margin-bottom: 20px;
    height: 52px;
}

.loginbox .inp {
    width: 380px;
    padding-left: 20px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    background: #f0fbff;
    border: 1px solid #ddd;
    float: left;
}

.loginbox .denglu {
    width: 400px;
    height: 50px;
    background-position: 0 -242px;
    margin: 0 auto;
}

.loginbox .denglu:hover {
    width: 400px;
    height: 50px;
    background-position: 0 -302px;
}

.loginbox .sp {
    width: 100px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    border: 1px solid #67ccf1;
    text-align: center;
    display: block;
    float: left;
    background: #67ccf1;
    color: #fff;
}

/*条款*/
.tiaokuanbox {
    height: 680px;
    width: 680px;
    position: relative;
    border: 10px solid #f0fbff;
    background: #fff;
    position: relative;
    color: #387cad;
    border-radius: 20px;
    font-family: "微软雅黑"
}

.tiaokuanbox h1 {
    text-align: center;
    width: 580px;
    height: 90px;
    margin: 0 auto;
    line-height: 90px;
    font-size: 30px;
    color: #3a80b0;
    font-weight: bold;
    border-bottom: 1px dashed #b7ccde;
}

.tiaokuanbox .tkcont {
    padding: 10px 50px;
    height: 480px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 25px;
}

.tiaokuanbox .tkbtn {
    width: 600px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto;
    text-align: center;
    background-position: 0 -365px;
    font-size: 30px;
    color: #fff;
}

.tiaokuanbox .tkbtn:hover {
    background-position: 0 -425px;
}


/*历史记录*/
.lishiwrap {
    width: 800px;
    margin: 0 auto;
    padding-top: 80px;
}

.lishiwrap h1 {
    background: url(../images/ls.jpg);
    width: 923px;
    height: 111px;
    margin: 0px auto;
}

.lishiwrap .lscycle {
    margin-top: 20px;
}

.lishiwrap .lscycle h2 {
    padding: 10px 0;
    border-radius: 30px;
    color: #0d5a91;
    font-size: 30px;
    display: inline-block;
}

.lishiwrap .lscycle .pb {
    background: #edf9fe;
    border-radius: 20px;
    font-size: 16px;
    color: #3f4040;
    padding: 20px;
    margin-bottom: 20px;
}

.lishiwrap .lscycle .wjico {
    margin-right: 10px;
    vertical-align: middle;
}

.lishiwrap .lscycle img {
    margin-right: 5px;
}

.lishiwrap .svga {
    float: right;
    margin-right: 10px;
}

.lishiwrap .svga:hover svg path {
    fill: #1e5277
}

.lishiwrap .docxk {
    width: 200px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 12px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-right: 15px;
    float: left;
    margin-bottom: 10px;
}

.lishiwrap .docxk img {
    float: left;

}

.lishiwrap .docxk .txt {
    width: 160px;
    height: 40px;
    padding-left: 10px;
    line-height: 16px;
    vertical-align: middle;
    color: #888;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important; 
}

/*充值弹出*/
.czpop {
    width: 470px;
    height: 400px;
    background: url(../images/czpopbg.png);
    padding: 0 25px;
    padding-top: 120px;
    font-size: 18px;
}

.czpop .jebox {
    width: 470px;
    margin: 0 auto;
}

.czpop .jebox span {
    width: 140px;
    height: 80px;
    border-radius: 10px;
    margin: 10px 5px;
    cursor: pointer;
    text-align: center;
    line-height: 80px;
    border: 1px solid #e7e7e8;
    background: #f2fbff;
    display: block;
    float: left;
    color: #202020;
    font-size: 18px;
}

.czpop .jebox span i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/q.png);
    vertical-align: middle;
}

.czpop .jebox span b {
    font-size: 32px;
}

.czpop .jebox .on {
    border: 1px solid #fa9456;
    background: #fefdec
}

.czpop .inp {
    width: 347px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 18px;
}

.btnxh {
    width: 450px;
    height: 46px;
    background: url(../images/btnch.jpg);
    line-height: 46px;
    color: #311500;
    font-size: 24px;
    text-align: center;
    margin: 10px auto;
    border-radius: 20px;
    display: block;
}

.btnxh:hover {
    background: url(../images/btnch2.jpg)
}

.pop400 {
    width: 400px;
    height: 280px;
    background: url(../images/pop400.png);
    display: block;
    position: relative;
}

.pop400 h3 {
    color: #0d5a91;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 80px;
}

.pop400 .touxiang {
    width: 100px;
    height: 100px;
    border: 5px solid #eee;
    border-radius: 50%;
    display: inline-block;
}

.pop400 .touxiang img {
    width: 100px;
    height: 100px;
}

.pop400 .tablea {
    width: 320px;
    height: 180px;
    display: table;
    margin: 0px auto;
    font-size: 18px;
    line-height: 30px;
}

.pop400 .tablea p {
    font-size: 14px;
    color: #5b5b5b;
}

.pop400 .tablea .xiugai {
    color: #087ac5;
    cursor: pointer;
    font-size: 14px;
    margin-left: 20px;
}

.pop400 .xg {
    font-size: 18px;
    padding-left: 56px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pop400 .xg input {
    width: 200px;
    padding-left: 10px;
    border: 1px solid #daeaf0;
    background: #f1fbff;
    height: 32px;
    border-radius: 5px;
}

.pop400 .fanhui {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #087bc9
}

.pop400 .fanhui:hover {
    color: #fca05a
}


.dhbox {
    border-radius: 20px;
    padding: 0 50px;
    flex: 1;
    overflow-y: auto;
}

.dhbox::-webkit-scrollbar {
    display: none;
}

.dhbox .ai,
.dhbox .us {
    position: relative;
    padding-top: 20px;
    line-height: 24px;
}

.dhbox .us {
    text-align: right;
}

.dhbox .tou_a {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -50px;
}

.dhbox .tou_b {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
}

.dhbox .duihua_a {
    background: #fff;
    border-radius: 10px;
    color: #333;
    padding: 15px;
    display: inline-block;
}

.dhbox .duihua_b {
    background: #2d65f7;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

 .docxk {
    width: 250px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 15px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
}

 .docxk img {
    float: left;
    margin-right: 5px;

}

 .docxk .txt {
    width: 200px;
    height: 40px;
    line-height: 16px;
    vertical-align: middle;
    color: #888;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important; 
}



.dhbox .gongneng {
    font-size: 12px;
    padding-top: 10px;
    padding-right: 20px;
}

.dhbox .gongneng-1 {
    font-size: 12px;
    padding-top: 10px;
}
.dhbox .gongneng svg {
    vertical-align: middle;
}

.dhbox .gongneng a {
    padding-right: 20px;
}

.dhbox .pptanbox {
    padding-top: 10px;
}

.dhbox .pptanbox svg {
    vertical-align: middle;
    margin-right: 10px;
}

.drbox {
    text-align: center;
    height: 60px;
    padding-top: 80px;
    padding-bottom: 30px;
}

.drbox b {
    width: 230px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 26px;
    background: #fff;
    border: 1px solid #63e7fa;
    border-radius: 15px;
    color: #428dbb;
    cursor: pointer;
    margin: 0 10px;
}

.drbox b:hover,
.drbox .on {
    background: #3597c5;
    color: #fff
}

.tzbox {
    text-align: center;
    padding: 40px 20px;
    border-radius: 30px;
    display: none;
    background: #fff;
    border: 10px solid #57d2e4;
    font-size: 26px;
    color: #434343
}

.drtabbox .inp {
    border: none;
    height: 60px;
    background: transparent;
    color: #777;
    border-radius: 50px;
    font-size: 14px;
    padding-left: 30px;
    width: 530px;
}

.drtabbox .jb {
    width: 85px;
    height: 60px;
    border: none;
    position: relative;
    background: url(../images/jb.png);
    display: block;
    float: right;
}

.drtabbox .jb:hover {
    background-position: 0 -60px;
}

.drtabbox .inputbox {
    margin-top: 0px;
}

.index_dagang {
    width: 600px;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.dagang_wrap {
    padding: 10px 20px;
}

/*轮换图*/

.carousel-container {
    width: 860px;
    height: auto;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.carousel {
    position: relative;
    width: auto;
    height: auto;
    margin: 30px;
}

.carousel-main {
    width: 800px;
    height: 450px;
    margin: 0 auto 19px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.carousel-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.carousel-thumbnails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.thumbnails-wrapper {
    overflow: hidden;
    width: 800px;
}

.thumbnails {
    display: flex;
    transition: transform 0.5s ease;
}

.thumbnail {
    width: 127px;
    height: 73px;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: border 0.3s;
    box-sizing: border-box;
}

.thumbnail-margin {
    margin-right: 10px;
}

.thumbnail.selected {
    border: 1px solid #6b63ab;
}

.carousel-control {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.carousel-control.prev {
    left: -20px;
}

.carousel-control.next {
    right: -20px;
}

.carousel-control:disabled {
    background: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
}

.carousel-control:hover:not(:disabled) {
    background: rgba(0, 0, 0, 0.8);
}


.huanfu_fuceng {
    width: 295px;
    position: absolute;
    z-index: 9;
    bottom: 60px;
    left: 20PX;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 5px 5px #999;
    padding-bottom: 20PX;
}

.huanfu_fuceng .layui-card-body button {
    margin: 5px;
}

.huanfu {
    width: 90%;
    margin: 0 auto;
    padding-left: 10px;
    margin-top: 20px;
}

.huanfu .yuanjiao {
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.huanfu legend {
    font-size: 16px;
    color: #666;
}

.huanfubtn {
    text-align: center;
    margin-top: 20px;
}

.pifu_box {
    padding: 20px;
    height: calc(100vh - 140px);
    overflow-y: auto;
}

.pifu_box li {
    position: relative;
    margin-bottom: 20px;
}

.pifu_box img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.pifu_box .tmc {
    width: 100%;
    height: 60px;
    text-align: center;
    display: none;
    background: url(../images/tm.png) left bottom repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pifu_box .tmc i {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.pifu_box li:hover .tmc {
    display: block;
}

.huanfu_bottom {
    width: 100%;
    height: 60px;
    z-index: 2;
    background: #fff;
    border-top: 1px solid #eee;
    line-height: 80px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.layui-form-checked:hover>div,
.layui-form-checked>div {
    background: #2d65f7 !important
}

.layui-form-checked:hover>i,
.layui-form-checked>i {
    color: #2d65f7 !important
}

#huanfu {
    position: relative;
}



/*助手中心*/
#qianse .shadow {
    box-shadow: 2px 2px 5px 2px #9dd0ed
}

.zhushou_main {
    width: 900px;
    margin: 0 auto;
    padding-top: 120px;
}

.zhushou_main .topimg {
    width: 311px;
    height: 93px;
    margin: 0 auto;
}

.zhushou_main ul {
    width: 100%;
    color: #666;
    margin-top: 50px;
}

.zhushou_main ul li {
    float: left;
    width: 250px;
    height: 280px;
    border: 10px solid #fff;
    margin: 15px;
    border-radius: 10px;
    background: #fff;
}

.zhushou_main ul strong {
    font-size: 26px;
    color: #262626;
    line-height: 40px;
}



.zhushou_left {
    width: 80px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #f8f9f9;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zhushou_left a {
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    background: #6acef2;
    color: #fff;
    margin: 10px;
    border-radius: 50px;
}

.zhushou_left svg {
    margin-top: 7px;
}

.zhushou_left .open {
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
}

.zhushou_left .open:hover {
    border: 1px solid #7dd0ff;
    color: #fff;
    background: #7dd0ff;
}

.offsetbg {
    background: #f8f9f9
}

.offset_left .offclose {
    width: 42px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d2d2d2;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.offset_left .offclose:hover {
    border: 1px solid #7dd0ff;
    color: #fff;
    background: #7dd0ff;
}

.offset_left {
    width: 350px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.offset_left .anbox {
    text-align: center;
    padding: 20px 0;
}

.offset_left .anbox button {
    border-radius: 10px;
}

.offset_left .anbox svg {
    vertical-align: middle;
    margin-right: 5px;
}

.offset_left .layui-layer-title {
    border: none;
    background: #000;
}

.offset_left .cont {
    padding: 0 10px;
    color: #666;
    line-height: 24px;
}

#dgcont {
    padding-right: 10px;
}

.dgbotton {
    border-top: 1px;
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 38px;
    line-height: 38px;
    width: 300px;
}

.lspop {
    width: 750px;
    height: 360px;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.lspop .lsk {
    width: 220px;
    height: 180px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin: 30px 13px;
}

.lspop .lsk h2 {
    color: #333;
    font-size: 16px;
}

.lspop .lsk img {
    width: 220px;
    height: 130px;
}

.lspop .lsk .txt {
    padding-left: 10px;
    padding-top: 7px;
    display: block;
    color: #888;
    font-size: 14px;
}



/*轮换*/
.lunhuanbox {
    width: 600px;
    height: 372px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.lunhuanbox .carousel-item img {
    width: 600px;
}

.lunhuanbox .thumbnails {
    height: 74px;
    padding: 0 25px;
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.lunhuanbox .thumbnails img {
    width: 130px;
    float: left;
    cursor: pointer;
    border: 2px solid #d7f0fe;
    margin: 2px;
    display: inline-block;
}

.lunhuanbox .thumbnails .on {
    border: 2px solid #2d65f7
}

.lunhuanbox .arr-left {
    height: 65px;
    width: 25px;
    background: #1e9fff;
    border: none;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 2px;
    cursor: pointer;
}

.lunhuanbox .arr-right {
    height: 65px;
    width: 25px;
    background: #1e9fff;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 2px;
    cursor: pointer;
}


/*PPT大纲*/
.ppt-outline-module {
    width: 860px;
    margin-top: 20px;
    background-color: #ffffff;
    color: #2e2e2e;
    border-radius: 22px;
    padding: 20px;
    box-sizing: border-box;
}

.ppt-outline-header {
    height: 42px;
    border-bottom: 1px solid #f2f3f4;
    display: flex;
    align-items: center;
    padding-left: 13px;
    font-size: 14px;
    color: #2e2e2e;
}

.ppt-outline-content-container {
    height: 530px;
    overflow-y: auto;
}

.ppt-outline-content {
    padding-left: 130px;
    margin-top: 24px;
    margin-bottom: 30px;
}

.ppt-outline-content .main-title {
    font-size: 24px;
    color: #1b1b1b;
    line-height: 40px;
}

.ppt-outline-content .sub-title {
    font-size: 12px;
    color: #58626f;
    line-height: 28px;
}

.ppt-outline-description {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #a1a7ae;
    line-height: 26px;
}

.ppt-outline-footer {
    height: 38px;
    border-top: 1px solid #f2f3f4;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 12px;
    color: #9ba1aa;
}

.ppt-outline-footer button {
    margin: 10px auto;
}

.ppt-outline-list {
    font-size: 14px;
    color: #1b1b1b;
    margin-bottom: 20px;
    padding-left: 63px;
}

.ppt-outline-list ul {
    list-style-type: none;
    padding-left: 0;
}

.ppt-outline-list li {
    cursor: pointer;
    padding: 5px 0;
    position: relative;
    display: flex;
    align-items: center;
    opacity: 1;
}

.ppt-outline-list li:hover {
    background: #eee;
}

.ppt-outline-list li span {
    width: 56px;
    height: 25px;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    line-height: 25px;
    background-color: #f5f6f9;
    margin-right: 10px;
    font-size: 10px;
    color: #a4aab1;
}

.ppt-outline-list li em {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    background: url('../images/zz_13.png') no-repeat center center;
    background-size: cover;
    transition: transform 0.3s ease;
}

.ppt-outline-list li.has-submenu em {
    background: url('../images/zz_06.png') no-repeat center center;
    background-size: cover;
}

.ppt-outline-list li.open em {
    background: url('../images/zz_08.png') no-repeat center center;
    background-size: cover;
}

.ppt-outline-list li p {
    margin: 0;
}

.ppt-outline-list .pptlevel-1 p {
    font-size: 16px;
}

.ppt-outline-list .pptlevel-2 {
    padding-left: 90px;
    position: relative;
}

.ppt-outline-list .pptlevel-2 p {
    font-size: 14px;
}

.ppt-outline-list .pptlevel-2 span {
    position: absolute;
    left: 0px;
    background: #fff;
}

.ppt-outline-list .pptlevel-2::before {
    content: "";
    position: absolute;
    left: 69px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #a1a7ae;
}

.ppt-outline-list .pptlevel-3 {
    padding-left: 110px;
    position: relative;
}

.ppt-outline-list .pptlevel-3 p {
    font-size: 12px;
}

.ppt-outline-list .pptlevel-3 span {
    position: absolute;
    left: 0px;
    background: #fff;
}

.ppt-outline-list .pptlevel-3::before {
    content: "";
    position: absolute;
    left: 69px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #a1a7ae;
}

.ppt-outline-list .pptlevel-3::after {
    content: "";
    position: absolute;
    left: 69px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #a1a7ae;
}

/* 调整滚动条宽度 */
.ppt-outline-content-container::-webkit-scrollbar {
    width: 6px;
}

.ppt-outline-content-container::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 3px;
}
