body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol, li {
    list-style: none;
}

input, button {
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
}

body {
    font-size: 12px;
    font-family: "microsoft yahei", arial, helvetica, "sans-serif arial", helvetica, sans-serif;
    margin: 0;
    color: #868686;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #868686;
    -webkit-transition: all 400ms ease-out;
    -mozilla-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

img {
    -webkit-transition: all 400ms ease-out;
    -mozilla-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

a:hover {
    text-decoration: none;
}

.cl {
    height: 0;
    font-size: 1px;
    clear: both;
    line-height: 0;
}

.none {
    display: none
}

*:focus {
    outline: none
}

i, em, ins, u {
    font-style: normal;
    text-decoration: none
}

nav, footer, section, header, article {
    display: block;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-track:hover {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b9b9b9;
}

::-webkit-scrollbar-thumb:hover {
    background: #747474;
}

::-webkit-scrollbar-thumb:active {
    background: #555;
}

html {
    font-size: 625%;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1499401803785'); /* IE9*/
    src: url('../fonts/iconfont.eot?t=1499401803785#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1499401803785') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1499401803785') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1499401803785#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e626";
}

.icon-person2:before {
    content: "\e63a";
}

.icon-user:before {
    content: "\e926";
}

.icon-wxbzhuye:before {
    content: "\e61f";
}

.icon-left:before {
    content: "\e628";
}

.icon-wxzf:before {
    content: "\e68e";
}

.icon-zfb:before {
    content: "\e659";
}

.icon-success:before {
    content: "\e63f";
}

.fl {
    float: left
}

.fr {
    float: right
}

.header {
    background: #2d3741;
    padding: 10px 0;
}

.header .logo {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.banner img {
    width: 100%;
}

.layui-flow-more a cite {
    margin-top: 10px !important;
}

.templates {
    padding: 0 8px 8px 8px;
}

.templates li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 8px;
    float: left;
    margin-top: 16px;
    position: relative;
}

.templates li .download-this-ppt {
    width: 60%;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 16px;
    top: 40%;
    left: 20%;
    display: block;
    background: #00a0e9;
    color: #fff;
    z-index: 60;
    text-align: center;
    position: absolute;
}

.templates li img {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    box-sizing: border-box;
}

.templates li .price-wrapper {
    height: 32px;
    background: #2d3741;
    border: 1px solid #2d3741;
    border-top: 0;
    position: relative;
}

.templates li .price-wrapper a.title {
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    text-align: left;
    color: #fff;
}

.templates li .price-wrapper a.price {
    position: absolute;
    top: 10px;
    right: 5px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    text-align: left;
    color: #fff;
}

.footer-menus {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 55px;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.footer-menus li {
    position: absolute;
    text-align: center;
    width: 100px;
    font-size: 14px;
}

.footer-menus li.menu-home {
    position: absolute;
    left: 20px;
    top: 10px;
}

.footer-menus li.menu-user {
    position: absolute;
    right: 20px;
    top: 10px;
}

.footer-menus i {
    font-size: 18px;
}

.ppt-header {
    height: 48px;
    background: #2b3139;
    position: relative;
}

.ppt-header a.btn-back {
    color: #fff;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 28px;
    line-height: 28px;
}

.ppt-header h3 {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
}

.ppt-header h4 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 48px;
}

.ppt-header .price {
    color: #0098fb;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 28px;
    line-height: 28px;
}

.ppt-detail img {
    width: 100%;
    margin-bottom: 58px;
}

.ppt-menus {
    position: fixed;
    bottom: 0px;
    height: 58px;
    background: #2b3139;
    width: 100%;
}

.ppt-menus .btn-favorite, .ppt-menus .btn-download-template {
    width: 96%;
    height: 38px;
    border-radius: 19px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    position: absolute;
    top: 10px;
    font-size: 16px;
    opacity: 1;
}

.ppt-menus .btn-favorite {
    left: 10px;
    background: #f35d4c;
}

.ppt-menus .btn-download-template {
    right: 2%;
    background: #0098fb;
}

.login-panel {
    background: url(../images/login-bg.jpg) no-repeat center center / 100% 100%;
    height: 100%;
}

.profile {
    background: #2b3139;
    padding: 40px 0;
    text-align: center;
}

.profile .profile-avatar {
    margin: 0 auto;
}

.profile .profile-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.profile h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.home-menus {
    padding-bottom: 56px;
}

.home-menus .item {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    padding: 22px 0;
    border: 1px solid #f0f2f4;
}

.home-menus .item img {
    width: 64px;
}

.home-menus .item span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-top: 8px;
}

.phone-login-form {
    padding: 20px 10px;
}

.phone-login-form li {
    margin: 15px 0;
    text-align: left;

}

.phone-login-form li label {
    font-size: 14px;
    margin-bottom: 5px;
}

.phone-login-form .phone-login-text {
    border: 1px solid #eee;
    padding: 5px;
    width: 100%;
    height: 40px;
    line-height: 28px;
    box-sizing: border-box;
    box-shadow: none;
}

.btn-send-sms {
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #0098fb;
    display: block;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}

.btn-send-sms.disable {
    background: #ddd !important;
}

.check-page {
    background: #efefef;
}

.checkout {
    padding: 0 0 70px 0;
    text-align: center;
}

.checkout .thumb {
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.checkout .thumb img {
    width: 70%;
    border: 1px solid #444;
}

.checkout .total-price {
    height: 51px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    background: #fff;
    margin-top: 5px;
    color: #333;
    line-height: 51px;
}

.checkout .total-price b {
    color: #00a0e9;
    font-size: 18px;
}

.pay-way {
    background-color: #fff;
    margin-top: 5px;
}

.pay-way .way-select {
    width: 97%;
    margin-left: 3%;
    border-bottom: #efefef 1px solid;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #595959;
    font-size: 0.14rem
}

.pay-way .icon-zfb {
    color: #01aaef;
    font-size: 22px;
    margin-right: 0.2rem
}

.pay-way .icon-wxzf {
    color: #3eb134;
    font-size: 22px;
    margin-right: 0.2rem
}

.pay-way .icon-success {
    color: #e2e2e2;
    font-size: 0.20rem;
    margin-right: 0.15rem
}

.pay-way .green-icon {
    color: #00b369
}

.pay-way .way-select span {
    line-height: 0.5rem !important;
    display: inline-block;
}

.pay-way input {
    display: none;
}

.pay-tips {
    margin: 20px 0 8px 0;
}

.download-submit {
    padding: 10px;
    background: #fff;
    margin-top: 5px;
}

.btn-download {
    background: #00a0e9;
    border: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

div.page {
    font-size: 80%;
    color: #565a6c;
    text-align: center;
    margin: 10px 0;
    padding: 3px;
}

div.page a {
    background-position: 50% bottom;
    color: #565a6c;
    margin-right: 3px;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
}

div.page a:hover {
    border: #e2e2e2 1px solid;
    background-color: #F8C301;
    color: #fff;
}

div.page a:active {
    color: #565a6c;
    background-color: #F8C301;
    border: 1px solid #F8C301;
}

div.page span {
    border: #e2e2e2 1px solid;
    margin-right: 3px;
    padding: 5px 10px;
}

div.page span.current {
    border: #F8C301 1px solid;
    background-color: #F8C301;
    color: #fff;

}

div.page span.disabled {
    border-right: #ffe3c6 1px solid;
    padding-right: 7px;
    border-top: #ffe3c6 1px solid;
    padding-left: 7px;
    padding-bottom: 5px;
    border-left: #ffe3c6 1px solid;
    color: #ffe3c6;
    margin-right: 3px;
    padding-top: 5px;
    border-bottom: #ffe3c6 1px solid
}

.order-tips {
    background: #f3e9e8;
    display: flex;
    padding: 15px;
    flex-direction: row;
    align-items: flex-start;
    font-size: 13px;
    color: #ec7652;
}

.order-tips .img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 3px;
}

.order-list {
}

.order-list li {
    padding: 10px 20px;
    position: relative;
    background: #ffffff;
    margin: 10px 10px 0 10px;
    border-radius: 10px;
}

.order-list li .save-to-gallery {
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #2454f4;
    font-size: 14px;
    padding: 0 25px;
    border-radius: 5px;
}

.order-list li .order-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.order-list li .preview {
    width: 75px;
    height: 105px;
}

.order-list li .preview img {
    width: 75px;
    height: 105px;
}

.order-list li .order-info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-info h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.order-info h3 .status {
    text-align: right;
    flex-grow: 1;
}

.order-info .price {
    font-weight: bold;
    color: #ee8826;
    font-size: 15px;
    margin-bottom: 5px;
}

.order-info .order-time {
    margin-bottom: 5px;
    color:#5f5f5f;
}