@charset "utf-8";
.layout-main {
    min-width: 1300px;
}
.feedback-container {
    width: 1002px;
    padding: 43px 94px 50px;
    margin: 50px auto 40px;
    background-color: #ffffff;
    border-radius: 6px;
}

.feedback-header {
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.feedback-title {
    display: inline-block;
    height: 38px;
    padding-left: 32px;
    border-bottom: 2px solid #1962ce;
    background: url(../images/pb-1.png) no-repeat left 1px;
    font-size: 18px;
    font-weight: bold;
    color: #1962ce;
}

.feedback-subtitle {
    font-size: 14px;
    color: #626262;
}

.feedback-form {
    margin-top: 30px;
    font-size: 16px;
}

.feedback-form .form-item {
    margin-bottom: 24px;
    overflow: hidden;
}

.feedback-form .form-label {
    float: left;
    line-height: 36px;
    color: #000000;
}

.feedback-form .form-content {
    float: left;
    color: #666666;
    line-height: 36px;
}

.feedback-form input {
    width: 400px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #e6e6e6;
    padding: 0 5px;
    font-size: 14px;
    color: #333;
}

.feedback-form textarea {
    display: block;
    width: 830px;
    height: 248px;
    line-height: 20px;
    padding: 5px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    resize: none;
    font-size: 14px;
    color: #333;
    font-family: 'Microsoft Yahei';
}

.feedback-form .btn-upload {
    display: inline-block;
    width: 75px;
    height: 36px;
    line-height: 36px;
    padding-left: 48px;
    border-radius: 4px;
    border: solid 1px #2c80fc;
    margin-right: 20px;
    background: url(../images/pb-2.png) no-repeat 15px center;
    font-size: 14px;
    color: #2c80fc;
}

.feedback-form .upload-tip {
    font-size: 14px;
    color: #666666;
}

.feedback-form .btn-submit {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 13px auto 0;
    background-color: #2c80fc;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
}
.xwfeedback-container .feedback-header {
    height:auto;
    padding-bottom: 10px;
}
.xwfeedback-container .feedback-title {
    display:block;
    border:none;
    padding-left: 416px;
    background: url(../images/pb-72.png) no-repeat 385px 4px;
}
.xwfeedback-container .feedback-subtitle {
    display: block;
    text-align: center;
}
.journal-banner {
    height: 300px;
    background: url(../images/pb-4.jpg) no-repeat top center;
}
.journal-banner h2,
.xwpaper-banner h2 {
    padding: 80px 0 42px;
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.journal-search,
.xwpaper-search {
    width: 744px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.search-input {
    float: left;
    width: 583px;
    height: 100%;
    padding-left: 63px;
    background: #fff url(../images/pb-5.png) no-repeat 28px center;
    font-size: 18px;
    color: #626262;
}

.search-btn {
    float: right;
    width: 98px;
    height: 100%;
    background-color: #2c80fc;
    font-size: 18px;
    color: #fff;
}

.journal-filter,
.xwpaper-filter {
    width: 1258px;
    padding: 18px 20px 10px;
    margin: 36px auto;
    background-color: #fbfbfb;
    border: solid 1px rgba(204, 204, 204, 0.5);
    font-size: 0;
    color: #000000;
}
.cate-label {
    font-weight: bold;
    margin-right: 18px;
    font-size: 14px;
}
.cate-item {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    padding: 0 17px;
    margin-bottom: 8px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
}
.cate-item.active {
    background-color: #18bc9c;
    color: #fff;
}
.journals,
.schools {
    width: 1325px;
    margin: 0 auto 30px;
}

.journal-item {
    float: left;
    width: 243px;
    padding-bottom: 12px;
    border: 1px solid #f2f2f2;
    margin: 0 10px 24px;
}
.journal-item:hover .journal-cover,
.journal-item:hover .journal-aname {
    transform: translateY(-5px);
}
.journal-cover {
    display: block;
    width: 192px;
    height: 263px;
    margin: 22px auto 0;
}
.journal-cover img {
    display: block;
    width: 100%;
    height: 100%;
}
.journal-aname {
    max-width: 192px;
    margin: 20px 0 12px 22px;
}
.journal-aname a {
    font-size: 16px;
    color: #000;
}
.journal-item:hover .journal-aname a {
    color: #1962ce;
}
.journal-preview {
    display: block;
    width: 164px;
    height: 28px;
    line-height: 28px;
    border-radius: 17px;
    border: 1px solid #d8d8d8;
    margin: 18px auto 0;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.journal-more,
.school-more {
    display: block;
    width: 177px;
    height: 36px;
    line-height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #d8d8d8;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.breadcrumb {
    width: 1300px;
    margin: 0 auto 30px;
    padding: 42px 0 18px;
    border-bottom: 1px solid #c8ddff;
    font-size: 14px;
    color: #666666;
}

.breadcrumb a {
    color: #666666;
}

.detail-top {
    padding-top: 50px;
    padding-bottom: 27px;
    background: linear-gradient(180deg, #e0edff 0%, #fff 13%, #fff 100%);
    box-shadow: 0px 3px 10px 0px rgba(13, 4, 9, 0.03);
}

.journal-display {
    padding-bottom: 50px;
    /* box-shadow: 0px 3px 10px 0px rgba(13, 4, 9, 0.03); */
}

.journal-img {
    float: left;
    width: 350px;
    height: 350px;
    margin-right: 26px;
    background-color: #ffffff;
    border: solid 1px #f5f5f5;
}

.journal-img img {
    display: block;
    margin: 0 auto;
}

.journal-text {
    float: left;
}

.journal-title {
    margin: 14px 0;
}

.journal-name {
    display: inline-block;
    vertical-align: middle;
    max-width: 700px;
    margin-right: 20px;
    font-size: 24px;
    color: #000000;
}

.journal-tag {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    font-family: 'Microsoft Yahei';
    font-size: 12px;
    color: #ffffff;
}

.journal-tag1 {
    background-color: #f49503;
}

.journal-tag2 {
    background-color: #ff5400;
}

.journal-tag3 {
    background-color: #83cc0e;
}

.journal-tag4 {
    background-color: #2791c3;
}

.journal-enname {
    font-size: 14px;
    color: #626262;
}

.journal-info {
    position: relative;
    width: 878px;
    margin-top: 20px;
    margin-bottom: 16px;
    background-color: #f8fbff;
    border: solid 1px #c3daff;
}

.journal-info::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -145px;
    width: 290px;
    height: 8px;
    border: solid 1px #c3daff;
    border-top: none;
    background: #f8fbff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.journal-info .grid {
    position: relative;
    float: left;
    padding-left: 30px;
    font-size: 14px;
    color: #3c3c3c;
}

.journal-info .grid:nth-child(1) {
    width: 190px;
}

.journal-info .grid:nth-child(2) {
    width: 222px;
}

.journal-info .grid:nth-child(3) {
    width: 376px;
}

.journal-info .grid:nth-child(-n+2)::after {
    content: '';
    position: absolute;
    top: 28px;
    right: 0;
    height: 109px;
    border-right: 1px dashed #bec0c3;
}

.journal-info .grid-title {
    margin: 20px 0 14px 0;
    color: #1f1f1f;
    font-weight: bold;
}

.journal-info .grid-item {
    position: relative;
    line-height: 28px;
}

.journal-info .grid-content {
    height: 84px;
    overflow: hidden;
}

.journal-info .grid-content.heightAuto {
    height: auto;
    overflow: visible;
}
.journal-links {
    position: relative;
}
.link-pb {
    display: inline-block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    background-color: #21a69b;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.link-pb.disabled {
    background-color: #a8adb0;
}
.link-gopb,
.link-advice {
    margin-left: 15px;
    line-height: 44px;
    font-size: 14px;
    color: #1a66b3;
}
.link-advice.positionA {
    position: absolute;
    right: 0;
    margin-right: 0;
}
.link-tg {
    display: inline-block;
    width: 138px;
    height: 42px;
    line-height: 42px;
    margin-left: 10px;
    border: solid 1px #21a69b;
    font-size: 18px;
    color: #17877e;
    text-align: center;
}
.grid-more {
    display: block;
    margin-top: 25px;
    font-size: 14px;
    color: #205fbc;
    text-align: center;
}

.grid-more span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.grid-more i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #205fbc;
    border-bottom: 1px solid #205fbc;
    transform: rotate(-45deg);
    transition: all 0.2s;
}

.grid-more.active i {
    transform: rotate(135deg);
    margin-top: 5px;
}

.sample {
    width: 1300px;
    margin: 32px auto 0;
}

.sample-title {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px;
    border-bottom: 2px solid #18bc9c;
    font-size: 22px;
    color: #000000;
}

.sample-subtitle {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    font-size: 16px;
    color: #626262;
}
.sample-header {
    position: relative;
    margin-bottom: 40px;
}
.sample-header .link-feedback {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 14px;
    color: #2c80fc;
}
.sample-header .sample-ver-tabs{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sample-header .sample-ver-tabs span{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #2C2C2C;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
}
.sample-header .sample-ver-tabs span+span{
    margin-left: 45px;
}
.sample-header .sample-ver-tabs span.active{
    color: #C280FF;
}
.sample-header .sample-ver-tabs span.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #C280FF;
}
.article-con-ver2{
    display: none;
}
.article-container img {
    width: 1000px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    box-shadow: 0 0 24px rgba(126, 134, 142, .1);
}
.article-container {
    width: 1000px;
    margin: 0 auto;
}
.article-toolbar {
    width: 954px;
    height: 50px;
    padding: 0 18px 0 28px;
    margin: 40px 0 16px;
    background-color: #627086;
}
.btn-pb {
    float: left;
    width: 100px;
    height: 28px;
    line-height: 28px;
    margin-top: 11px;
    background-color: #fcc926;
    box-shadow: 0px -3px 4px 0px
    rgba(33, 166, 155, 0.2);
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.icon-fullscreen {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    background: url(../images/pb-25.png);
}
.icon-fullscreen:hover {
    background-image: url(../images/pb-25a.png);
}
.icon-pattern {
    float: right;
    width: 35px;
    height: 35px;
    margin: 8px 0 0 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-pattern:hover {
    background-color: #727e92;
}
.icon-sp {
    background-image: url(../images/pb-63.png);
}
.icon-sp:hover {
    background-image: url(../images/pb-63a.png);
}
.icon-dp {
    background-image: url(../images/pb-62.png);
}
.icon-dp:hover {
    background-image: url(../images/pb-62a.png);
}
.article-toolbar .dropdown {
    position: relative;
    float: right;
    margin-top: 13px;
    margin-left: 20px;
}
.article-toolbar .dropdown-toggle {
    position: relative;
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding-left: 7px;
    margin-right: 22px;
    border-radius: 2px;
    background-color: #43536c;
    border: solid 1px #ffffff;
    font-family: 'ArialMT';
    font-size: 14px;
    color: #feffff;
}
.article-toolbar .dropdown-caret {
    position: absolute;
    right: 6px;
    top: 0;
    font-style: normal;
    font-size: 12px;
}
.article-toolbar .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 23px;
    width: 87px;
    background-color: #43536c;
    border-radius: 2px;
    border: solid 1px #ffffff;
    font-size: 14px;
    z-index: 10;
}
.article-toolbar .dropdown:hover .dropdown-menu {
    display: block;
}
.article-toolbar .dropdown-menu li {
    line-height: 26px;
    padding-left: 7px;
    color: #ffffff;
    cursor: pointer;
}
.article-pages {
    float: left;
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
}
.article-btns {
    text-align: center;
}
.article-btns button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 52px;
    line-height: 52px;
    border-radius: 4px;
    border: solid 1px #f49503;
    margin-top: 35px;
    font-size: 14px;
}
.article-btns .btn-delete {
    width: 125px;
    color: #f49503;
}
.article-btns .btn-download {
    width: 194px;
    line-height: 22px;
    border-color: #2c80fc;
    background: #2c80fc;
    color: #ffffff;
}
.article-end {
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    box-shadow: 0 0 12px rgb(0 0 0/ 20%);
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.article-end a {
    color: #2c80fc;
}
.s1 {
    min-width: 1300px;
    height: 510px;
    background: url(../images/pb-29.jpg) no-repeat top center;
}
.s1-inner {
    position: relative;
    height: 100%;
}
.s1 .btns {
    position: absolute;
    bottom: 65px;
    left: 0;
}
.s1 .btns a {
    display: inline-block;
    width: 160px;
    height: 53px;
    line-height: 53px;
    border-radius: 6px;
    margin-right: 20px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(0deg,
    #ffc240 0%,
    #fffc00 100%),
    linear-gradient(
            #feff9d,
            #feff9d);
    background-blend-mode: normal,
    normal;
    box-shadow: 4px 4px 10px 0px
    rgba(20, 56, 183, 0.24);
    color: #000;
}
.s1 .btns a:hover {
    background-image: linear-gradient(0deg,
    #fffc00 0%,
    #ffc240 100%),
    linear-gradient(
            #feff9d,
            #feff9d);
    background-blend-mode: normal, normal;
    box-shadow: 4px 4px 10px 0px rgba(24, 59, 185, 0.24);
}
.s1 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.s2 {
    height: 230px;
    background-color: #f6f9fc;
    text-align: center;
    font-size: 0;
    min-width: 1300px;
}
.s2-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 118px;
}
.s2-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 70px;
    width: 1px;
    height: 100px;
    background-color: #d2d2d2;
}
.s2-item:last-child::after {
    content: none;
}
.s2 img {
    margin: 44px 0 20px;
}
.s2 h3 {
    margin-bottom: 15px;
    font-family: 'Arial';
    font-weight: normal;
    font-size: 36px;
    color: #333333;
}
.s2 span {
    display: inline-block;
    vertical-align: middle;
}
.s2 i {
    font-size: 16px;
    color: #333333;
}
.s2 p {
    font-size: 18px;
    color: #333333;
}
.s3 {
    height: 554px;
    background: #fff;
    min-width: 1300px;
}
.s3-inner {
    height: 100%;
    background: url(../images/pb-34.png) no-repeat right center;
}
.s3 h2,
.s4 h2 {
    padding: 122px 0 17px 0;
    line-height: 66px;
    font-size: 48px;
    font-weight: normal;
    color: #1d1d1d;
}
.s3 p,
.s4 p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 34px;
    color: #666666;
}
.s3 p b,
.s4 p b {
    color: #333333;
}
.s3 .btns a,
.s4 .btns a {
    display: inline-block;
    width: 158px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: solid 1px #2c80fc;
    margin-right: 20px;
    background-color: #2c80fc;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.s4 .btns a {
    margin-right: 0;
    margin-left: 20px;
}
.s4 {
    height: 514px;
    background: #f6f9fc;
    min-width: 1300px;
}
.s4-inner {
    height: 100%;
    background: url(../images/pb-35.png) no-repeat left 80px;
    text-align: right;
}
.s5 {
    height: 638px;
    text-align: center;
    min-width: 1300px;
}
.s5 h2 {
    padding: 104px 0 20px;
    font-size: 48px;
    font-weight: normal;
    color: #1d1d1d;
}
.s5 p {
    margin-bottom: 74px;
    font-size: 18px;
    color: #999999;
}
.s5-item {
    display: inline-block;
    vertical-align: middle;
    width: 310px;
    height: 270px;
    margin: 0 10px;
    background: #fff url(../images/pb-36.png) no-repeat 216px 170px;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    text-align: left;
}
.s5-item:nth-child(2) {
    background-image: url(../images/pb-37.png);
}
.s5-item:nth-child(3) {
    background-image: url(../images/pb-38.png);
}
.s5-item:nth-child(4) {
    background-image: url(../images/pb-39.png);
}
.s5-item:hover {
    box-shadow: 6px 6px 27px 0px
    rgba(86, 147, 252, 0.29);
}
.s5-item:hover h4 {
    color: #2c80fc;
}
.s5 h4 {
    margin: 48px 0 24px 20px;
}
.s5 ul {
    padding-left: 20px;
}
.s5 li {
    position: relative;
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.s5 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666666;
}
.s6 {
    padding-top: 64px;
    background-color: #f6f9fc;
    min-width: 1300px;
}
.s6-item {
    width: 1300px;
    height: 295px;
    margin: 0 auto 43px;
    background-color: #ffffff;
    border-radius: 10px;
}
.s6-title {
    position: relative;
    float: left;
    width: 237px;
    height: 295px;
    background: url(../images/pb-41.png);
    border-radius: 10px 0px 0px 10px;
}
.s6-name {
    margin-top: 57px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}
.s6-more {
    position: absolute;
    right: 27px;
    bottom: 31px;
    font-size: 14px;
    color: #ffffff;
}
.s6-body {
    float: left;
    width: 1061px;
    height: 293px;
    border: solid 1px #bcc1f2;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.s6 ul {
    text-align: center;
}
.s6 li {
    display: inline-block;
    width: 150px;
    margin: 25px 25px 0;
}
.s6 li:hover {
    transform: translateY(-5px);
}
.s6 li img {
    display: block;
    height: 215px;
    box-shadow: 0px 8px 15px 0px
    rgba(51, 51, 51, 0.15);
    border-radius: 4px;
    border: solid 1px #e6e6e6;
}
.s6 li p {
    margin-top: 16px;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.s6 li:hover p {
    color: #1962ce;
}
.s7 {
    position: relative;
    height: 130px;
    padding-top: 217px;
    background: url(../images/pb-40.jpg) no-repeat top center;
    min-width: 1300px;
    text-align: center;
}
.s7 .btn {
    display: inline-block;
    width: 220px;
    height: 58px;
    line-height: 60px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: #ffffff;
    margin: 0 30px;
    font-size: 24px;
    color: #2c80fc;
    text-align: center;
}
.journals-total,
.xwpaper-total {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 14px;
    color: #000000;
}
.journals-total i,
.xwpaper-total i {
    font-size: 16px;
    color: #ff0000;
}
.blank {
    padding: 45px 0 325px;
    text-align: center;
}
.blank h2 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.blank h2 img,
.blank h2 span {
    display: inline-block;
    vertical-align: middle;
}
.blank h2 img {
    margin-right: 17px;
}
.blank p {
    margin: 14px 0 40px;
    font-size: 14px;
    color: #666;
}
.blank p a {
    margin: 0 15px;
    color: #2c80fc;
    text-decoration: underline;
}
.blank .btn-upload {
    display: block;
    width: 160px;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
    background-color: #2c80fc;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
}
.blank-xwpaper {
    width: 754px;
    margin: 0 auto;
    padding-bottom: 140px;
}
.blank-xwpaper .btn-upload {
    width: 260px;
    height: 43px;
    line-height: 43px;
    margin-bottom: 46px;
}
.blank-xwpaper p {
    line-height: 24px;
    text-align: left;
}
.blank p a {
    text-decoration: none;
    margin: 0;
}
.blank-xwpaper .ct-links {
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
}
.blank-xwpaper .ct-links span {
    float: left;
}
.blank-xwpaper .ct-links a {
    float: left;
    width: 198px;
    height: 40px;
    line-height: 40px;
    margin-left: 14px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #21ac38;
    font-size: 16px;
    color: #22ac38;
}
.blank-xwpaper .ct-links a:nth-child(2) {
    border-color: #eb6877;
    color: #eb6877;
}
.blank-xwpaper .ct-links a:nth-child(3) {
    border-color: #e88d2c;
    color: #e88d2c;
}
.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 57px;
    padding-top: 13px;
    background-color: rgba(0, 0, 0, .8);
}
.overlay a {
    display: block;
    width: 151px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    background-color: #fcc926;
    box-shadow: 0px 3px 4px 0px
    rgba(33, 166, 155, 0.2);
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.xwpaper-banner {
    position: relative;
    height: 300px;
    background: url(../images/pb-71.jpg) no-repeat top center;
}
.xwpaper-banner .tip {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -90px;
}
.xwpaper-banner .search-btn {
    background-color: #ff8a00;
}
.xwpaper-filter .cate-label {
    float: left;
    line-height: 31px;
}
.xwpaper-filter .cate-items {
    margin-left: 50px;
}
.school-item,
.school-cp {
    float: left;
    width: 235px;
    height: 117px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    margin: 0 14px 30px;
}
.school-item {
    height: 97px;
    padding-top: 20px;
}
.school-cp {
    background: #ccf0eb url(../images/pb-108.png) no-repeat left top;
    border-color: rgba(24, 187, 156, 0.5);
}
.school-cp:hover {
    border-color: #18bb9c;
}
.school-name,
.cp-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.school-name {
    display: table-cell;
    vertical-align: middle;
    width: 235px;
    height: 40px;
}
.school-name-text {
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
    margin-top: -2px;
    margin-left: 6px;
    color: #333;
}
.cp-name {
    margin: 33px 0 22px;
}
.cp-btn {
    display: block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    margin: 0 auto;
    background-color: #ff6339;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.school-tags {
    text-align: center;
    margin-top: 13px;
}
.school-tags span {
    display: inline-block;
    width: 58px;
    height: 24px;
    line-height: 24px;
    background-color: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
}
.school-tag1 {
    border: solid 1px #ffb172;
    color: #ec9148;
}
.school-tag2 {
    border: solid 1px #18bb9c;
    color: #18bb9c;
}
.school-tag3 {
    border: solid 1px #ff6339;
    color: #ff6339;
}
.school-tag4 {
    border: solid 1px #18bb9c;
    color: #18bb9c;
}
.school-container {
    padding-bottom: 44px;
    background: #e3ebff url(../images/pb-74.png) no-repeat top center;
}
.school-header {
    padding-top: 44px;
    text-align: center;
}
.school-subtitle {
    text-align: center;
    margin-top: 7px;
    font-size: 13px;
}
.templates {
    width: 1200px;
    padding-bottom: 90px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #b0c3f2;
    margin: 28px auto 0;
}
.template-items {
    text-align: center;
}
.template-item {
    display: inline-block;
    margin: 0 34px;
}
.template-img {
    display: block;
    width: 263px;
    height: 376px;
    box-shadow: 0px 8px 15px 0px
    rgba(51, 51, 51, 0.15);
    border-radius: 4px;
    margin: 74px 0 28px;
    border: solid 1px #e6e6e6;
}
.template-btn {
    display: block;
    width: 240px;
    height: 36px;
    line-height: 36px;
    background-color: #00a381;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.template-item:nth-child(2) .template-btn {
    background-color: #eb6877;
}
.template-item:nth-child(3) .template-btn {
    background-color: #f39700;
}
.link-feedback {
    position: absolute;
    right: 0;
    top: -32px;
    font-size: 14px;
    color: #2c80fc;
}
.uploadfile {
    position: relative;
    float: left;
    min-width: 378px;
    max-width: 808px;
    height: 34px;
    margin-left: 83px;
    line-height: 34px;
    padding: 0 20px 0 12px;
    background-color: #f2fafe;
    border: solid 1px #e6e6e6;
    font-size: 14px;
    color: #0b5881;
}
.uploadfile .close {
    position: absolute;
    top: 9px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/pb-77.png) no-repeat;
}
.pb-types {
    padding: 216px 0 106px;
    background: #dee7f4 url(../images/pb-75.jpg) no-repeat top center;
}
.pb-types ul {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.pb-types li {
    position: relative;
    display: inline-block;
    width: 310px;
    height: 332px;
    padding: 0 37px;
    margin: 0 35px 30px;
    border-radius: 20px;
    background-color: #f2faff;
    border: solid 2px #afd7f0;
    text-align: center;
}
.pb-types li:hover {
    border-color: #17a5ff;
}
.pb-types li:nth-child(2) {
    border-color: #eee2d3;
    background-color: #fff6eb;
}
.pb-types li:nth-child(3) {
    border-color: #f0dcf2;
    background-color: #fef3ff;
}
.pb-types li:nth-child(4) {
    border-color: #f6d6dc;
    background-color: #fff4f6;
}
.pb-types li:nth-child(5) {
    border-color: #cbdcc1;
    background-color: #ebf2e7;
}
.pb-types li:nth-child(6) {
    border-color: #d9ceea;
    background-color: #f1edf8;
}
.pb-types li:nth-child(2):hover {
    border-color: #e39330;
}
.pb-types li:nth-child(3):hover {
    border-color: #ce6dd7;
}
.pb-types li:nth-child(4):hover {
    border-color: #e53f5e;
}
.pb-types li:nth-child(5):hover {
    border-color: #69ab44;
}
.pb-types li:nth-child(6):hover {
    border-color: #976dd7;
}
.pb-types img {
    display: block;
    margin: 46px auto 23px;
}
.pb-types h3 {
    font-size: 20px;
    color: #0b72b3;
}
.pb-types li:nth-child(2) h3 {
    color: #b47f3e;
}
.pb-types li:nth-child(3) h3 {
    color: #b448be;
}
.pb-types li:nth-child(4) h3 {
    color: #cc2c4a;
}
.pb-types li:nth-child(5) h3 {
    color: #427c21;
}
.pb-types li:nth-child(6) h3 {
    color: #6f42b3;
}
.pb-types p {
    line-height: 24px;
    height: 62px;
    margin-top: 16px;
    font-size: 16px;
    color: #333333;
    text-align: left;
}
.pb-types li:first-child p,
.pb-types li:nth-child(5) p,
.pb-types li:nth-child(6) p {
    text-align: center;

}
.pb-types button {
    width: 181px;
    height: 46px;
    background-color: #17a5ff;
    border-radius: 23px;
    font-size: 16px;
    color: #ffffff;
}
.pb-types li:nth-child(2) button {
    background-color: #e39330;
}
.pb-types li:nth-child(3) button {
    background-color: #ce6dd7;
}
.pb-types li:nth-child(4) button {
    background-color: #e53f5e;
}
.pb-types li:nth-child(5) button {
    background-color: #69ab44;
}
.pb-types li:nth-child(6) button {
    background-color: #976dd7;
}
.pb-types li:first-child:hover button {
    background-image: url(../images/pb-85.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.pb-types button.disabled {
    background-color: transparent !important;
    border: solid 1px #ababab;
    color: #a7a9a5;
    cursor: not-allowed;
}
.pb-types .tip {
    position: absolute;
    bottom: 16px;
    width: 310px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
/* .pb-types li:nth-child(2):hover button {
    background-image: url(../images/pb-86.png);
}
.pb-types li:nth-child(3):hover button {
	background-image: url(../images/pb-87.png);
}
.pb-types li:nth-child(4):hover button {
	background-image: url(../images/pb-88.png);
}
.pb-types li:nth-child(5):hover button {
	background-image: url(../images/pb-89.png);
}
.pb-types li:nth-child(6):hover button {
	background-image: url(../images/pb-90.png);
} */
.journal-related,
.journal-recommend {
    width: 1267px;
    padding: 0 15px;
    margin: 0 auto;
    background-color: #f8fbff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg,
    rgba(204, 225, 255, 0.6) 0%,
    rgba(200, 221, 255, 0.6) 100%);
    border-image-slice: 1;
    background: #f8fbff url(../images/pb-91.png) no-repeat top center;
    overflow: hidden;
}
.journal-recommend {
    width: 1240px;
    padding: 0 28px;
    margin-bottom: 50px;
    border-radius: 0;
    background-image: url(../images/pb-94.png);
}
.journal-related h2,
.journal-recommend h2  {
    font-weight: normal;
    border-bottom: 1px solid #c8ddff;
    overflow: hidden;
}
.journal-related h2 span,
.journal-recommend h2 span {
    float: left;
    padding: 20px 0 13px 30px;
    margin-left: 20px;
    background: url(../images/pb-95.png) no-repeat left 24px;
    font-size: 18px;
    color: #333333;
}
.journal-recommend h2 span {
    background: none;
    padding-left: 0;
    margin: 0;
    font-size: 16px;
}
.journal-related h2 .more {
    float: right;
    margin-top: 24px;
    margin-right: 15px;
    font-size: 14px;
    color: #333333;
}
.journal-slide {
    position: relative;
    overflow: hidden;
    height: 280px;
}
.slideList {
    position: relative;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.slideList ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 8000px;
    overflow: hidden;
}
.cycle-slide {
    float: left;
    width: 140px;
    margin-right: 60px;
}
.slideList img {
    display: block;
    width: 138px;
    height: 196px;
    margin: 30px 0 17px;
    border: solid 1px #e4e4e4;
}
.slideList p {
    max-width: 140px;
    font-size: 14px;
    color: #000;
}
.slide-btns a {
    position: absolute;
    top: 108px;
    width: 23px;
    height: 40px;
    background: url(../images/pb-92.png);
}
.slide-btns .prev {
    left: 0;
}
.slide-btns .next {
    right: 0;
    background: url(../images/pb-93.png);
}
.journal-recommend ul {
    margin-left: -40px;
    overflow: hidden;
}
.journal-recommend li {
    float: left;
    width: 124px;
    margin-left: 36px;
}
.journal-recommend li img {
    display: block;
    width: 122px;
    height: 171px;
    margin: 33px 0 20px;
    border: solid 1px #e4e4e4;
}
.journal-recommend li p {
    max-width: 124px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #000;
}
.import-container,
.sinfo-container {
    padding: 20px 0 36px;
    background: #e3ebff url('../images/pb-97.png') no-repeat top center;
}
.import-inner,
.sinfo-inner {
    width: 1200px;
    border-radius: 20px;
    border: solid 1px #b0c3f2;
    margin: 0 auto;
    padding-bottom: 52px;
    background-color: #ffffff;
}
.import-header {
    width: 1068px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.import-header h2 {
    font-weight: normal;
    margin: 54px 0 14px;
    font-size: 36px;
    color: #000000;
}
.import-header p {
    font-size: 14px;
    color: #666666;
}
.import-items {
    padding: 44px 26px 0;
}
.import-item {
    float: left;
    width: 152px;
    margin: 0 38px;
}
.import-cover {
    width: 150px;
    height: 215px;
    box-shadow: 0px 8px 15px 0px
    rgba(51, 51, 51, 0.15);
    border-radius: 4px;
    border: solid 1px #e6e6e6;
}
.import-cover:hover,
.import-item.active .import-cover{
    border-color: #2c80fc;
}
.import-name {
    margin: 13px 0 23px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    text-align: center;
}
.btn-import {
    display: block;
    width: 230px;
    height: 60px;
    line-height: 60px;
    background-color: #2c80fc;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
}
.modal-d .modal-dialog,
.modal-e .modal-dialog {
    position: fixed;
    left: 50%;
    margin-left: -206px;
    top: 150px;
    width: 413px;
    height: 195px;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;
}
.modal-e .modal-dialog {
    height: auto;
    padding-bottom: 30px;
}
.modal-d .modal-close,
.modal-e .modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 11px;
    height: 11px;
    background: url(../images/pb-98.png);
}

.modal-d p {
    padding: 64px 34px 34px;
    font-size: 16px;
    color: #333;
}
.modal-d .btn {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    margin: 0 6px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #ffa800;
    text-align: center;
    font-size: 14px;
    color: #ffa800;
}
.modal-d .btn:last-child {
    background-color: #ffa800;
    color: #ffffff;
}
.modal-e img {
    display: block;
    margin: 44px auto 19px;
}
.modal-e p {
    margin-bottom: 17px;
    font-size: 16px;
    color: #333333;
}

.modal-e .btn {
    display: inline-block;
    width: 101px;
    height: 34px;
    line-height: 34px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #2c80fc;
    margin: 0 20px;
    text-align: center;
    font-size: 14px;
    color: #2c80fc;
}
.modal-e .btn:last-child {
    background-color: #2c80fc;
    color: #ffffff;
}
.transfer {
    margin-top: 88px;
    width: 620px;
    padding: 40px 0;
    border-radius: 6px;
    text-align: center;
    margin: 50px auto 100px;
    background-color: #fff;
}
.transfer h2 {
    font-size: 22px;
    font-weight: normal;
    color: #2f2f2f;
}
.transfer p {
    font-size: 16px;
    color: #888888;
    margin-top: 12px;
}
.transfer .icon {
    width: 40px;
    height: 40px;
    background: #bcc6d8 url('../images/pb-100.png') no-repeat center;
    border-radius: 2px;
    min-width: 40px;
}
.transfer .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 460px;
    margin: 18px auto 0;
    padding: 10px;
    border-radius: 4px;
    background: #fafafa;
    border: 1px solid #dddddd;
    zoom: 1;
}
.transfer .url {
    font-size: 14px;
    color: #3194d0;
    margin-left: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.transfer .bottom {
    position: relative;
    text-align: center;
    font-size: 0;
    margin-top: 24px;
}
.transfer .btn-jump {
    display: inline-block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 14px;
    color: #ea725d;
    border: 1px solid #ea725d;
    cursor: pointer;
}
.transfer .tip {
    position: absolute;
    left: 50%;
    margin-left: 82px;
    top: 15px;
    font-size: 12px;
    color: #3194d0;
}
.sinfo-inner {
    height: 860px;
    border-radius: 4px;
    padding: 24px 0;
}
.sinfo-header {
    width: 1116px;
    text-align: center;
    margin: 0 auto 130px;
    padding: 70px 0 58px;
    border-bottom: 1px solid #e6e6e6;
}
.sinfo-header h2 {
    font-size: 36px;
    font-weight: normal;
    color: #333333;
}
.sinfo-container .form-item {
    text-align: center;
    margin-bottom: 20px;
}
.sinfo-container .form-label {
    line-height: 44px;
    margin-right: 27px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.sinfo-container .form-input {
    width: 376px;
    height: 44px;
    padding-left: 5px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.sinfo-container select {
    width: 381px;
    height: 44px;
    background: #fff url(../images/pb-104.png) no-repeat 360px center;
    border: solid 1px #dcdcdc;
    font-size: 18px;
    color: #333333;
    text-align: center;
    text-align-last: center;
    padding-right: 11px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.sinfo-container option {
    font-size: 18px;
    color: #333333;
}
.sinfo-container .btn-next {
    display: block;
    width: 227px;
    height: 54px;
    line-height: 54px;
    background-color: #2c80fc;
    border-radius: 27px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.template-header {
    height: 60px;
    padding: 0 50px;
    background-color: #4b4b61;
    box-shadow: 0px 5px 49px 0px
    rgba(13, 4, 9, 0.08);
}
.template-hl {
    float: left;
}
.template-hl span {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 20px;
    margin: 0 16px;
    background-color: #ffffff;
}
.template-hl a {
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.template-header .username span {
    color: #d6d6d6;
    font-size: 14px;
}
.template-header .username .dropdown-caret {
    background-image: url(../images/pb-101.png)
}
.template-hc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.template-title-text {
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
}
.template-title-text i {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url('../images/pb-102.png');
}
.template-title-edit input {
    width: 311px;
    height: 34px;
    padding: 0 5px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 2px;
    margin-top: 13px;
}
.template-title-edit button {
    width: 41px;
    height: 24px;
    line-height: 24px;
    background-color: #8a8a8a;
    border-radius: 2px;
    text-align: center;
    margin-left: 4px;
    font-size: 12px;
    color: #ffffff;
}
.template-title-edit button:first-of-type {
    background-color: #10c06b;
}
.template-hc .time {
    position: absolute;
    right: -250px;
    top: 0;
    line-height: 60px;
    font-size: 14px;
    color: #999999;
}
.template-main {
    height: calc(100% - 60px);
    overflow-y: auto;
}
.template-sidebar {
    position: absolute;
    width: 230px;
    height: calc(100% - 60px);
    padding-bottom: 22px;
    background-color: #f5f8ff;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 20;
}
.thumbnail {
    width: 170px;
    height: 251px;
    padding-top: 10px;
    margin: 20px auto 0;
    background-color: #eef3fe;
}
.thumbnail.active {
    background-color: #c3d6ff;
}
.thumbnail img {
    display: block;
    width: 150px;
    height: 215px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    margin: 0 auto 8px;
}
.thumbnail p {
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.btn-functions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 74px;
    background: rgba(0, 0, 0, .5);
    box-shadow: 0px -1px 0px 0px
    rgba(142, 143, 105, 0.15);
    text-align: center;
}
.btn-functions button {
    display: inline-block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    margin: 22px 8px 0;
    background-color: #ffffff;
    border-radius: 17px;
    font-size: 14px;
    color: #2c80fc;
}
.btn-functions button:last-child {
    background-color: #2c80fc;
    color: #ffffff;
}
.template-content {
    width: 63%;
    padding: 0 6%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px
    rgba(96, 126, 200, 0.15);
    box-sizing: border-box;
}

.ts-header {
    padding: 44px 0 26px;
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.ts-group {
    padding-bottom: 43px;
}
.ts-title {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.ts-item {
    padding: 20px 0;
    background-color: #f8f8f8;
}
.ts-name {
    padding-left: 35px;
    font-size: 16px;
    color: #000000;
}
.ts-params {
    padding: 0 23px;
}
.ts-param {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 12px 0;
}
.ts-label {
    line-height: 24px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #8c8c8c;
}
.ts-select {
    width: 75px;
    height: 24px;
    border-color: #e6e6e6;
}