@charset "utf-8";
/* CSS Document */

html,body{ width:100%; height:100%; overflow:hidden;}
body{ font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.5; color:#333; background-color:#f3f8ff; overflow-x:hidden;}
a{ text-decoration:none; color:#333;-webkit-tap-highlight-color:transparent;}
*{ list-style:none; margin:0; outline:none; padding:0; border:none;}
.fl{ float:left;}
.fr{ float:right;}
.ov{ overflow:hidden;}
.dis{ display:block !important;}
.dn{ display:none;}
.clear{ clear:both;}
.clear:after{ content:""; display:block; clear:both;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#999;} 
input:-moz-placeholder,textarea:-moz-placeholder{ color:#999;} 
input::-moz-placeholder,textarea::-moz-placeholder{ color:#999;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#999;} 

/*首页*/
.index{ width:100%; height:100%; position:relative; background-image:url(../images/index01.jpg); background-position:center; background-repeat:no-repeat; background-size:cover; background-attachment:fixed;}
.index .logo{ width:100%; margin-top:5vw;}
.index .logo img{ height:120px; display:block; margin:auto;}
.index .i01{ width:100%; margin-top:3vw;}
.index .i01 img{ height:46px; display:block; margin:auto;}
.index .i02{ width:100%; text-align:center; color:#fff; font-family:"宋体"; margin-top:8vw; font-size:30px; letter-spacing:10px; text-indent:10px;}
.index .i03{ width:48%; display:block; margin:auto; margin-top:3vw;}
.index .i03 li{ display:block; float:left; margin:0 5%; width:40%; background-image:url(../images/i03.png); background-size:100% 100%;}
.index .i03 li a{ width:100%; padding-top:61.11%; display:block; overflow:hidden; position:relative;}
.index .i03 li:hover{ background-image:url(../images/i04.png);}
.index .i03 li a .wen{ width:90%; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); text-align:center;}
.index .i03 li a img{ display:block; margin:1vw auto;}
.index .i03 li a span{ width:100%; display:block; font-size:24px; line-height:34px; color:#fff; overflow:hidden;}
.index .i03 li a p{ width:100%; display:block; font-size:16px; line-height:26px; color:#fff; overflow:hidden; margin-top:.5vw;}

/*注册*/
.dlbox{ position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.dlbox .title{ text-align:center;}
.dlbox .title b{ display:block; color:#fff; font-size:48px; line-height:1; letter-spacing:10px; text-indent:10px;}
.dlbox .title p{ display:block; color:#fff; font-size:18px; line-height:1; margin-top:10px; text-transform:uppercase;}
.dlbox .box{ width:980px; padding:0 80px; height:580px; background-image:url(../images/dlbg_03.png); background-position:center; background-repeat:no-repeat; margin-top:2vw; display:flex; align-items:center;}
.dlbox .box .left{ width:450px; padding:0 50px;}
.dlbox .box .left img{ width:100%; display:block;}
.dlbox .box .right{ width:380px; padding-right:50px;}
.dlbox .box .right .w01{ width:100%; height:34px;}
.dlbox .box .right .w01 b{ display:block; float:left; font-size:24px; line-height:34px;}
.dlbox .box .right .w01 p{ font-size:14px; line-height:24px; height:24px; padding-top:5px; color:#666; display:block; float:right;}
.dlbox .box .right .w01 p a{ color:#0067ff;}
.dlbox .box .right .w01 p a:hover{ text-decoration:underline;}
.dlbox .box .right .w02{ width:100%; line-height:40px; margin-top:20px; position:relative;}
.dlbox .box .right.mm .w02{ margin-top:15px;}
.dlbox .box .right .w02 .form-input{ width:100%; display:block; border-bottom:1px solid #ddd; font-size:14px; line-height:40px; padding-left:10px; padding-right:38px; box-sizing:border-box;}
.dlbox .box .right .w02 .form-input.active{ border-bottom:1px solid #0067ff;}
.dlbox .box .right .w02 select{ height:41px; width:100%; display:block; border-bottom:1px solid #ddd; font-size:14px; line-height:40px; padding-left:10px; padding-right:38px; box-sizing:border-box;}
.dlbox .box .right .w02 select{ border-bottom:1px solid #0067ff;}
.dlbox .box .right .w02 a{ display:block; position:absolute; right:38px; bottom:0; height:40px; line-height:40px; font-size:14px;}
.dlbox .box .right .w02 a:hover{ color:#0067ff;}
.dlbox .box .right .w02 .err{ height:40px; line-height:40px; text-align:right; font-size:12px; color:#dc0000; display:none; position:absolute; right:38px; top:0; font-weight:normal;}
.dlbox .box .right .w02 .err.mescode{ right:120px;}
.dlbox .box .right .w02 .icon{ height:18px; position:absolute; right:10px; top:11px;}
.dlbox .box .right .w02 .icon img{ display:block; height:18px;}
.dlbox .box .right .w02 .icon img.img02{ display:none;}
.dlbox .box .right .w02 .icon.active img.img01{ display:none;}
.dlbox .box .right .w02 .icon.active img.img02{ display:block;}
.dlbox .box .right .w04{ width:100%; margin-top:40px; margin-bottom:10px;}
.dlbox .box .right.mm .w04{ margin-top:30px;}
.dlbox .box .right .w04 input{ width:100%; height:46px; line-height:46px; font-size:16px; cursor:pointer; text-align:center; border-radius:40px; overflow:hidden; display:block; cursor:pointer; color:#fff; background:linear-gradient(to right,#0067ff,#00b4ff);}
.dlbox .box .right .w04 input:hover{ background:#0067ff;}
.dlbox .box .right .w05{ width:100%; text-align:center; font-size:14px; line-height:24px; padding:10px 0; display:flex; justify-content:center; align-items:center;}
.dlbox .box .right .w05 a{ color:#0067ff; cursor:pointer;}
.dlbox .box .right .w05 a:hover{ text-decoration:underline;}
.dlbox .box .right .w05 input{ width:14px; height:14px; display:block; margin:5px; margin-left:0;}

/*用户协议*/
.xbox{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:999; background-color:rgba(0,0,0,.7); display:none;}
.xbox .box{ width:94%; max-width:800px; background-color:#f3f8ff; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); padding:0 20px; box-sizing:border-box; border-radius:10px;}
.xbox .box .title{ width:100%; height:46px; position:relative; z-index:3;}
.xbox .box .title .t01{ width:74px; height:60px; background-image:url(../images/title.png); background-position:top center; background-repeat:no-repeat; font-size:20px; line-height:48px; color:#fff; float:left; text-align:center; margin-left:20px;}
.xbox .box .title .t02{ font-size:18px; line-height:46px; float:left; font-weight:bold; margin-left:20px;}
.xbox .box .title .close{ width:26px; height:26px; background-color:#fff; border-radius:100%; margin:10px; margin-right:0; float:right; background-image:url(../images/close.png); background-position:center; background-repeat:no-repeat; cursor:pointer;}
.xbox .box .title .close:hover{ background-color:#0067ff; background-image:url(../images/close01.png);}
.xbox .box .cont{ width:100%; background-color:#fff; padding:20px; border-radius:10px; overflow:auto; max-height:60vh; box-sizing:border-box; position:relative; z-index:1; top:-14px; font-size:14px; line-height:24px;}
.xbox .box .cont img{ max-width:100%; height:auto;}
.xbox .box .cont::-webkit-scrollbar{ width:5px; height:1px;}
.xbox .box .cont::-webkit-scrollbar-thumb{ border-radius:10px; background-color:#0067ff;}
.xbox .box .cont::-webkit-scrollbar-track{ border-radius:10px; background:rgba(0,0,0,0.1);}
.xbox .box .an{ width:100%; padding-bottom:20px;}
.xbox .box .an .a02{ float:right; padding:0 20px; font-size:14px; height:34px; line-height:34px; background-color:#dbe9ff; border-radius:5px; overflow:hidden; display:block; margin-left:10px; cursor:pointer;}
.xbox .box .an .a02:hover{ color:#0067ff;}
.xbox .box .an .a01{ float:right; padding:0 20px; font-size:14px; height:34px; line-height:34px; background-color:#0067ff; border-radius:5px; overflow:hidden; display:block; margin-left:10px; cursor:pointer; color:#fff;}
.xbox .box .an .a01:hover{ background-color:#00b4ff;}

/*登陆*/
.dlbox .box .right.dl .w02{ margin-top:30px;}
.dlbox .box .right .w03{ width:100%; margin-top:20px;}
.dlbox .box .right .w03 p{ display:block; float:left; font-size:14px; line-height:24px;}
.dlbox .box .right .w03 p input{ width:14px; height:14px; display:block; float:left; margin:5px; margin-left:0;}
.dlbox .box .right .w03 span{ display:block; float:right; font-size:14px; line-height:24px; color:#999;}
.dlbox .box .right .w03 span a{ color:#999;}
.dlbox .box .right .w03 span a:hover{ color:#0067ff;}
.dlbox .box .right.dl .w04{ margin-top:30px;}

/*会员中心*/
.lbar{ width:220px; height:100%; background-color:#fff; float:left; position:relative; z-index:1; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.lbar .t01{ width:100%; padding-top:30px; height:100px; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.lbar .t01 img{ display:block; max-width:160px;}
.lbar .t01 p{ display:block; text-align:center; font-size:20px; line-height:30px; margin-top:10px; font-weight:bold;}
.lbar .t02{ width:100%; box-sizing:border-box; margin-top:45px; padding-left:30px; display:block; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.lbar .t02 li{ height:50px; margin-top:10px; display:block; position:relative;}
.lbar .t02 li a{ width:100%; box-sizing:border-box; height:50px; display:flex; align-items:center; padding-left:30px; border-bottom-left-radius:25px; border-top-left-radius:25px;}
.lbar .t02 li img{ display:block; height:20px;}
.lbar .t02 li span{ display:block; font-size:16px; margin-left:10px;}
.lbar .t02 li.on a{ color:#0067ff; background-color:#f3f8ff;}
.lbar .t02 li.on b{ width:25px; height:25px; display:block; position:absolute; right:0; top:-25px; background-image:url(../images/navt.jpg);}
.lbar .t02 li.on strong{ width:25px; height:25px; display:block; position:absolute; right:0; bottom:-25px; background-image:url(../images/navb.jpg);}
.lbar .t02 li:hover a{ color:#0067ff;}
.lbar.wid{ width:70px;}
.lbar.wid .t01 img{ width:40px;}
.lbar.wid .t01 p{ display:none;}
.lbar.wid .t02{ padding-left:0;}
.lbar.wid .t02 li a{ border-radius:0; padding-left:23px; border-left:4px solid #fff;}
.lbar.wid .t02 li span{ position:absolute; left:70px; top:10px; background:linear-gradient(to right,#0067ff,#00b4ff); color:#fff; height:30px; line-height:30px; text-align:center; font-size:14px; border-radius:3px; width:80px; display:none;}
.lbar.wid .t02 li span:before{ content:""; position:absolute; left:-8px; top:9px; border-top:6px solid transparent; border-bottom:6px solid transparent; border-right:10px solid #0067ff;}
.lbar.wid .t02 li strong,.lbar.wid .t02 li b{ display:none !important;}
.lbar.wid .t02 li a:hover{ background-color:#f3f8ff;}
.lbar.wid .t02 li.on a{ background-color:#f3f8ff; border-left:4px solid #0067ff;}
.lbar.wid .t02 li:hover span{ display:block;}
.navbtn{ width:36px; height:36px; border-radius:100%; background-color:#f3f8ff; position:absolute; left:202px; top:17px; z-index:3; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.navbtn img{ height:16px; display:block; margin:10px auto; -webkit-transform:rotateY(-180deg); transform:rotateY(-180deg);}
.navbtn.active{ left:52px;}
.navbtn.active img{ -webkit-transform:rotateY(0deg); transform:rotateY(0deg);}

.tbar{ width:calc(100% - 221px); height:70px; background-color:#fff; float:left; margin-left:1px; position:relative; z-index:1; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.tbar.wid{ width:calc(100% - 71px);}
.tbar .left{ float:left; margin-left:30px; display:flex; align-items:center; height:100%; font-size:16px; line-height:26px;}
.tbar .left img{ display:block; height:20px; margin-right:10px;}
.tbar .left a{ color:#333; display:block;}
.tbar .right{ height:100%; float:right; display:flex; align-items:center; margin-right:10px;}
.tbar .right span{ width:36px; height:36px; margin:17px 20px; display:block; border-radius:100%; overflow:hidden;}
.tbar .right span img{ width:100%; display:block;}
.tbar .right a{ display:block; float:left; width:36px; height:36px; border-radius:100%; overflow:hidden; background-color:#f3f8ff;}
.tbar .right a img{ display:block; height:16px; margin:10px auto;}
.tbar .right a img.img02{ display:none;}
.tbar .right a:hover{ background-color:#0067ff;}
.tbar .right a:hover img.img01{ display:none;}
.tbar .right a:hover img.img02{ display:block;}

.rbar{ width:calc(100% - 220px); height:calc(100% - 70px); overflow:auto; box-sizing:border-box; padding:30px; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.rbar.wid{ width:calc(100% - 70px);}
.rbar::-webkit-scrollbar{ width:5px; height:1px;}
.rbar::-webkit-scrollbar-thumb{ border-radius:10px; background-color:#0067ff;}
.rbar::-webkit-scrollbar-track{ border-radius:10px; background:rgba(0,0,0,0.1);}

.rbar .box{ width:100%; min-height:100%; padding:30px; padding-top:25px; box-sizing:border-box; float:left; background:#fff; border-radius:10px; position:relative;}
.rbar .box .w01{ width:100%; font-size:20px; line-height:30px; font-weight:bold; padding-bottom:10px; border-bottom:1px solid #eee;}
.rbar .box .w01 b{ display:block; width:10px; height:10px; border-radius:100%; overflow:hidden; margin:10px; margin-left:0; float:left; background:linear-gradient(to right,#0067ff,#00b4ff);}

/*发稿记录*/
.rbar .box .w02{ margin-left:-30px; padding-top:10px;}
.rbar .box .w02 .layui-inline{ margin-left:30px; margin-top:20px;}
.rbar .box .w03{ margin-top:30px; width:100%;}
.layui-table-page .layui-laypage span.layui-laypage-skip{ margin-left:10px;}
.layui-table-page{ width:calc(100% + 2px) !important; background-color:#fff; margin-left:-1px; margin-right:-1px; margin-bottom:-1px; padding:0 !important; padding-top:20px !important;}
.layui-table-page .layui-table-pageview{ float:right; height:32px;}
.layui-table-cell .layui-btn-primary{ background-color:#0067ff; color:#fff;}
.layui-table-cell .layui-btn-primary:hover{ color:#fff; background-color:#00b4ff;}
.layui-table-cell .layui-btn-primary1{ border:1px solid #0067ff; color:#0067ff; background-color:#fff;}
.layui-table-cell .layui-btn-primary1:hover{ border:1px solid #0067ff; color:#0067ff; background-color:#fff;}
.layui-blue{ color:#0067ff;}
.layui-green{ color:#009688;}
.layui-red{ color:#da0000;}
.layui-table-view .layui-table-tool .layui-btn{ height:34px; line-height:34px;}

/*我要发稿*/
.rbar .box .w04{ width:100%; margin:auto; padding:30px 0; display:block;}
.rbar .box .w04 .item{ display:block; overflow:hidden; margin-top:30px;}
.rbar .box .w04 .item .name{ text-align:right; width:200px; font-size:14px; line-height:24px; padding:8px 0; display:block; float:left;}
.rbar .box .w04 .item .text{ max-width:800px; width:calc(100% - 370px); margin-left:20px; display:block; float:left; border:1px solid #ddd; border-radius:5px; overflow:hidden;}
.rbar .box .w04 .item .text input{ width:100%; height:38px; line-height:38px; display:block; text-indent:20px; font-family:inherit;}
.rbar .box .w04 .item .text select{ width:100%; height:38px; line-height:38px; display:block; text-indent:20px; font-family:inherit;}
.rbar .box .w04 .item .textarea{ width:calc(100% - 370px); margin-left:20px; display:block; float:left; border-radius:5px; overflow:hidden;}
.rbar .box .w04 .item .textarea textarea{ border:1px solid #ddd; width:100%; height:120px; line-height:24px; padding:7px 20px; display:block; box-sizing:border-box; font-family:inherit;}
.rbar .box .w04 .item .textarea img{ padding:20px; max-height:150px; border:1px solid #ddd;}
.rbar .box .w04 .item .file{ float:left; margin-left:20px; position:relative; overflow:hidden;}
.rbar .box .w04 .item .file input{ width:100%; height:100%; position:absolute; left:0; top:0; opacity:0; cursor:pointer; display:block; z-index:99;}
.rbar .box .w04 .item .file .layui-btn{ display:block; overflow:hidden; position:relative; z-index:1; color:#fff; float:left; border-radius:5px;}
#uploadname{ float:left; margin-left:20px; line-height:40px;}
.fileinput{ float:left; margin-left:20px; max-width:calc(100% - 370px);}
.thumbnail{ display:block; padding:4px; margin-bottom:20px; line-height:1.42857143; background-color:#fff; border:1px solid #ddd; border-radius:4px; -webkit-transition:border .2s ease-in-out; -o-transition:border .2s ease-in-out; transition:border .2s ease-in-out;}
.fileinput .thumbnail{ max-width:100%; box-sizing:border-box; margin-bottom:5px; overflow:hidden; text-align:center; vertical-align:middle;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{ display:block; max-width:100%; height:auto; max-height:140px;}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists{ display:none;}
.thumbnail a>img, .thumbnail>img{ margin-right:auto; margin-left:auto;}
.fileinput div{ overflow:hidden;}
.fileinput .btn{ display:inline-block; padding:6px 12px; margin-top:10px; font-size:14px; font-weight:400; line-height:18px; height:18px; text-align:center; white-space:nowrap; vertical-align:middle; -ms-touch-action:manipulation; touch-action:manipulation; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; background-image:none; border:1px solid transparent; border-radius:4px; margin-left:0; position:relative; width:auto;}
.fileinput .btn.btn-primary{ color:#fff; background-color:#0067ff; border-color:#0067ff;}
.fileinput .btn.btn-warning{ color:#fff; background-color:#f0ad4e; border-color:#f0ad4e;}
.btn-file > input{ position:absolute; top:0; right:0; width:100%; height:100%; margin:0; font-size:23px; cursor:pointer; filter:alpha(opacity=0); opacity:0; display:block; direction:ltr;}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists{ display:none !important;}
.fileinput p{ display:inline-block; font-size:14px; line-height:32px; margin-top:10px;}
.tox-tinymce{ border:none !important;}

/*支付*/
.zf{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:999; background-color:rgba(0,0,0,.7); display:none;}
.zf .box{ width:94%; max-width:500px; background-color:#f3f8ff; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); padding:0 20px; box-sizing:border-box; border-radius:10px;}
.zf .box .title{ width:100%; height:46px; position:relative; z-index:3;}
.zf .box .title .t01{ width:74px; height:60px; background-image:url(../images/title.png); background-position:top center; background-repeat:no-repeat; font-size:20px; line-height:48px; color:#fff; float:left; text-align:center; margin-left:20px;}
.zf .box .title .t02{ font-size:18px; line-height:46px; float:left; font-weight:bold; margin-left:20px;}
.zf .box .title .close{ width:26px; height:26px; background-color:#fff; border-radius:100%; margin:10px; margin-right:0; float:right; background-image:url(../images/close.png); background-position:center; background-repeat:no-repeat; cursor:pointer;}
.zf .box .title .close:hover{ background-color:#0067ff; background-image:url(../images/close01.png);}
.zf .box .cont{ width:100%; background-color:#fff; padding:20px; border-radius:10px; overflow:auto; max-height:60vh; box-sizing:border-box; position:relative; z-index:1; top:-14px; font-size:14px; line-height:24px; text-align:center;}
.zf .box .cont p{ display:block; margin:10px 0;}
.zf .box .cont img{ max-width:100%; height:auto;}
.zf .box .cont::-webkit-scrollbar{ width:5px; height:1px;}
.zf .box .cont::-webkit-scrollbar-thumb{ border-radius:10px; background-color:#0067ff;}
.zf .box .cont::-webkit-scrollbar-track{ border-radius:10px; background:rgba(0,0,0,0.1);}
.zf .box .an{ width:100%; padding-bottom:20px;}
.zf .box .an .a02{ float:right; padding:0 20px; font-size:14px; height:34px; line-height:34px; background-color:#dbe9ff; border-radius:5px; overflow:hidden; display:block; margin-left:10px; cursor:pointer;}
.zf .box .an .a02:hover{ color:#0067ff;}
.zf .box .an .a01{ float:right; padding:0 20px; font-size:14px; height:34px; line-height:34px; background-color:#0067ff; border-radius:5px; overflow:hidden; display:block; margin-left:10px; cursor:pointer; color:#fff;}
.zf .box .an .a01:hover{ background-color:#00b4ff;}

/*修改信息*/
.rbar.hei{ padding-bottom:100px;}

.rbar .box .w06{ width:100%; max-width:1000px; margin:auto; padding-top:30px; display:block;}
.rbar .box .w06 li{ display:block; overflow:hidden; margin-top:30px;}
.rbar .box .w06 li span{ text-align:right; width:200px; font-size:14px; line-height:40px; height:40px; display:block; float:left;}
.rbar .box .w06 li p{ width:calc(100% - 370px); margin-left:20px; display:block; float:left; border:1px solid #ddd; border-radius:5px; overflow:hidden;}
.rbar .box .w06 li p input{ width:100%; height:38px; line-height:38px; display:block; text-indent:20px;}

.rbar .abtn{ width:calc(100% - 220px); position:fixed; right:0; bottom:0; height:100px; display:flex; align-items:center; justify-content:center; background-color:#f3f8ff;}
.rbar.wid .abtn{ width:calc(100% - 70px);}
.rbar .abtn a{ display:block; min-width:80px; padding:0 20px; height:40px; line-height:40px; text-align:center; margin:0 10px; border-radius:10px; font-size:14px;}
.rbar .abtn a.t01{ background:linear-gradient(to right,#0067ff,#00b4ff); color:#fff;}
.rbar .abtn a.t01:hover{ background:#0067ff;}
.rbar .abtn a.t02{ background-color:#fff;}
.rbar .abtn a.t02:hover{ background:#00b4ff; color:#fff;}