@font-face {
    font-family: 'shabnamLight';
    src: url('../fonts/shabnamLight.eot');
    src: url('../fonts/shabnamLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/shabnamLight.woff2') format('woff2'),
         url('../fonts/shabnamLight.woff') format('woff'),
         url('../fonts/shabnamLight.ttf') format('truetype');
}

@font-face {
    font-family: 'shabnamBold';
    src: url('../fonts/shabnamBold.eot');
    src: url('../fonts/shabnamBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/shabnamBold.woff2') format('woff2'),
         url('../fonts/shabnamBold.woff') format('woff'),
         url('../fonts/shabnamBold.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

html, body, ul, li, h1, h2, h3, h4, h5, h6, div, span, div, header, section, footer, aside, nav, main, article, figure, p, b, input, textarea, select {
    font: normal 12px shabnamLight;
    color: #191919;
    word-spacing: -1.5px;
    direction: rtl;
}

div, header, section, footer, aside, nav, main, article, figure, p {
    display: block;
}

input, textarea, select, button {
    outline: none;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

a, a:hover {
    color: #191919;
    text-decoration: none;
}

.effect, a, a:hover {
    transition: all 0.2s;
}

::-webkit-input-placeholder {
    color: #a8a8a8;
}

:-moz-placeholder {
   color: #a8a8a8;
}

::-moz-placeholder {
   color: #a8a8a8;
}

:-ms-input-placeholder {
   color: #a8a8a8;
}

::-ms-input-placeholder {
   color: #a8a8a8;
}

::placeholder {
   color:#a8a8a8;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.red {
    color: #d32f2f;
}

.green {
    color: #569b0d;
}

.gray {
    color: #989898;
}

.bgRed, a.bgGreen:hover {
    background: #d32f2f;
    color: #fff;
}

.bgGreen, a.bgRed:hover {
    background: #569b0d;
    color: #fff;
}

body {
    background: #f0f0f0;
}

.container {
    max-width: 1200px;
    width: calc(100% - 10px);
    margin: 0 auto;
}

#header {
    background: #483e6b;
}

#header .navbar {
    background: #3e3860;
    padding: 6px 0 8px;
}

#header nav {
    float: left;
}

#header nav a {
    float: right;
    color: #fff;
}

#header nav a:hover {
    color: #ffc100;
}

#header nav span {
    float: right;
    width: 1px;
    height: 12px;
    background: #fff;
    display: block;
    margin: 2px 10px 0;
}

.logo {
    float: right;
    background: url('../images/logo.png') no-repeat center / contain;
    width: 80px;
    height: 70px;
    margin: 10px 0;
    display: block;
}

.info {
    float: right;
    color: #fff;
    line-height: 15px;
    margin: 30px 15px 0 0;
    font-size: 13px;
}

.info span {
    color: #ffc100;
    font-size: inherit;
    line-height: inherit;
}

.info span:nth-last-of-type(1) {
    font-family: shabnamBold;
}

.dr {
    float: left;
    background: url('../images/dr.png') no-repeat right center / contain;
    height: 50px;
    padding-top: 20px;
    margin: 10px 0;
    padding-right: 80px;
    color: #fff;
    font: normal 10px shabnamLight;
}

.dr span {
    color: inherit;
    font: normal 13px shabnamBold;
}

#menu {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.app {
    float: right;
    background: url('../images/app.png') center / cover;
    display: block;
    border-radius: 6px;
    margin: 10px 0;
    width: 190px;
    height: 36px;
}

.app:hover {
    opacity: 0.8;
}

.search {
    width: calc(100% - 482px);
    float: right;
    margin: 10px 30px 10px 0;
}

.select {
    border: 1px solid #8d8d8d;
    float: right;
    width: 130px;
    position: relative;
    border-radius: 6px;
}

.select select {
    background: none;
    width: 100%;
    border: none;
    font-size: 11px;
    padding: 9px 40px 10px 0;
}

.select::before {
    display: block;
    content: '';
    background: url('../images/cat.png') center / contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: 0.5;
}

.select::after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
    width: 0; 
    height: 0; 
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #505050;
}

.searchValue {
    width: calc(100% - 207px);
    border: 1px solid #8d8d8d;
    border-left: none;
    float: right;
    margin-right: 10px;
    border-radius: 0 6px 6px 0;
    padding: 9px 12px;
}

.goSearch {
    float: right;
    border: 1px solid #8d8d8d;
    border-radius: 6px 0 0 6px;
    background: url('../images/search.png') no-repeat center / 15px;
    width: 40px;
    height: 36px;
    cursor: pointer;
}

.basket {
    background: #279e41;
    border-radius: 6px;
    margin: 10px 0;
    display: block;
    float: left;
    color: #fff;
    overflow: hidden;
}

.basket:hover {
    background: #1668b5;
    color: #fff;
}

.basket span {
    float: right;
    background: #3da854;
    transition: all 0.3s;
}

.basket:hover span {
    background: #0a569c;
}

.basket span::after {
    background: url('../images/basket.png') center / contain;
    width: 18px;
    height: 18px;
    content: '';
    display: block;
    margin: 9px;
}

.basket i {
    float: left;
    color: inherit;
    font-style: normal;
    background: #3da854;
    border-radius: 5px;
    margin: 8px 0 0 8px;
    padding: 3px 6px 1px;
    display: block;
    transition: all 0.3s;
    font-family: shabnamBold;
}

.basket:hover i {
    background: #0a569c;
}

.basket p { 
    float: right;
    color: inherit;
    font-family: shabnamBold;
    font-size: 13px;
    margin: 8px 10px 0;
}

.register, .profile {
    font-family: shabnamBold;
    font-size: 14px;
    margin: 18px 0 0 25px;
    float: left;
    cursor: pointer;
    transition: all 0.3s;
}

.register:hover, .profile:hover {
    color: #d32f2f;
}

.best {
    margin-top: 10px;
}

.catBest {
    float: right;
    background: #fff;
    border: 1px solid #999999;
    width: calc(100% / 3 - 9px);
    margin-left: 10px;
}

.catBest:nth-of-type(3n) {
    margin-left: 0;
}

.bestTitle {
    background: #4ca45b;
    color: #fff;
    display: block;
    margin: -1px;
    position: relative;
    margin-bottom: 0;
}

.bestTitle::before {
    float: right;
    content: '';
    display: block;
    background: url('../images/three.png') center / cover;
    width: 52px;
    height: 52px;
    margin: 10px;
    mix-blend-mode: overlay;
}

.catBest:nth-of-type(2) .bestTitle::before {
    background-image: url('../images/two.png');
}

.catBest:nth-of-type(3) .bestTitle::before {
    background-image: url('../images/one.png');
}

.bestTitle h3 {
    text-align: left;
    color: inherit;
    font-family: shabnamBold;
    font-size: 18px;
    padding: 12px 0 0 16px;
}

.bestTitle p {
    color: inherit;
    text-align: left;
    padding: 3px 0 0 16px;
}

.bestTitle i {
    font-style: normal;
    position: absolute;
    background: inherit;
    right: 30px;
    color: #fff;
    bottom: -22px;
    padding: 5px 12px;
}

.all {
    background: #4ca45b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 9px 0 10px;
    margin: -1px;
}

.book img  {
    float: left;
    width: 140px;
    margin: 15px;
    transition: all 0.3s;
}

.catBest:nth-of-type(2) .bestTitle, .catBest:nth-of-type(2) .all {
    background: #5a87d2;
}

.catBest:nth-of-type(3) .bestTitle, .catBest:nth-of-type(3) .all {
    background: #9f3396;
}

.bestTitle:hover, .all:hover {
    background: #d32f2f !important;
    color: #fff;
}

.book h2 {
    color: #111;
    font-size: 18px;
    font-family: shabnamBold;
    margin: 40px 15px 0 0;
    transition: all 0.3s;
}

.book:hover h2 {
    color: #d32f2f;
}

.book:hover img {
    transform: scale(1.05);
}

.book h6 {
    font-size: 14px;
    color: #505050;
    margin: 20px 15px 0 0;
}

.book i {
    font-size: 13px;
    font-style: normal;
    margin: 20px 15px 0 0;
    display: block;
}

.catList {
    font-size: 11px;
    color: #505050;
    margin: 20px 15px 0 0;
}

.book p {
    text-align: justify;
    margin: 0 15px 0;
    line-height: 18px;
}

.more {
    float: left;
    color: #505050;
    margin: 0 0 15px 15px;
}

.data {
    margin-top: 10px;
    background: #ffdb00;
    padding: 15px 0;
    display: flex;
}

.data div {
    border-left: 1px solid #111;
    font-family: shabnamBold;
    font-size: 14px;
    padding-top: 9px;
    flex: 1;
}

.data div:nth-last-of-type(1) {
    border-left: none;
}

.data div::before {
    content: '';
    display: block;
    float: right;
    width: 52px;
    height: 52px;
    background: url('../images/icon4.png') center / cover;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: -9px;
}

.data div:nth-of-type(2)::before {
    background-image: url('../images/icon3.png');
}

.data div:nth-of-type(3)::before {
    background-image: url('../images/icon1.png');
}

.data div:nth-of-type(4)::before {
    background-image: url('../images/icon2.png');
}

.sale {
    background: #fff;
    margin-top: 10px;
}

.sale h4 {
    border-bottom: 1px solid #ddd;
    margin: 0 10px;
    padding: 8px 15px;
    font-family: shabnamBold;
}

.banner {
    margin-top: 10px;
}

.banner a {
    float: right;
    line-height: 0;
    display: block;
    width: calc(100% / 2 - 5px);
}

.banner a img {
    width: 100%;
}

.banner a:nth-of-type(2) {
    float: left;
}

.item {
    display: block;
    background: #f1f1f1;
    border: 1px solid #a8a8a8;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.listSale {
    padding: 20px 30px;
}

.special {
    position: absolute;
    background: #ffcc00;
    opacity: 0.95;
    top: 45%;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0 6px;
}

.specialBook {
    background: #53ab13;
    color: #fff;
}

.item h2 {
    font-size: 14px;
    padding-top: 7px;
}

.item h6 {
    font-size: 11px;
    color: #555;
    padding: 4px 0;
}

.item i {
    font-size: 10px;
    color: #555;
    font-style: normal;
    display: block;
}

.item img {
    transition: all 0.3s;
}

.item:hover img {
    transform: scale(1.05);
}

.price {
    font-size: 20px;
    padding: 10px 0 5px;
}

.listSale .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.listSale .owl-nav button span {
    font-size: 0;
}

.listSale .owl-nav button {
    background: url('../images/arrow.png') center / cover !important;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    float: right;
    margin: 0 -26px;
    transition: all 0.3s;
}

.listSale .owl-nav button.owl-next {
    float: left;
    transform: rotate(180deg);
}

.listSale .owl-nav button:hover {
    opacity: 0.4 !important;
}

#footer {
    margin-top: 30px;
    background: #485285;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

#footer a, .copyRight {
    color: #fff;
}

#footer a:hover {
    color: #ffdb00;
}

.catInto {
    float: none;
    width: auto;
    margin: 0;
}

.reviewText {
    padding: 20px 30px;
}

.reviewText, .reviewText * {
    line-height: 32px;
    text-align: justify;
    font-size: inherit;
}

.pageTitle {
    background: #4ca45b;
    color: #fff;
    display: block;
    margin: -1px;
    position: relative;
    font-size: 18px;
    padding: 14px 19px 17px;
}

.bookEnTitle {
    float: left;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin: 16px 0 0 20px;
}

.allProduct {
    padding-bottom: 10px;
}

.allProduct .item {
    float: right;
    margin: 10px 10px 0 0;
    width: calc(100% / 6 - 13.5px);
    display: block;
}

.allProduct .item img {
    width: 100%;
}

.page {
    margin: 10px 0 0;
    text-align: center;
    direction: ltr;
}

.page a {
    display: inline-block;
    background: #5a87d2;
    color: #fff;
    padding: 8px 11px 6px;
    margin: 0 2px;
}

.page a.active, .page a:hover {
    background: #569b0d;
}

.forRight {
    float: right;
    width: 400px;
}

.forRight .pageTitle {
    margin-left: 0;
    margin-bottom: 0;
}

.forLeft {
    float: left;
    width: calc(100% - 400px);
    background: #fff;
}

.largeLine {
    background: #ffc700;
    height: 8px;
}

.writerPage {
    float: right;
    font-size: 15px;
    padding: 15px;
}

.writerPageLeft {
    float: left;
}

.addBasket, .saveSetting {
    float: left;
    background: #4c6aa4;
    color: #fff;
    font-size: 22px;
    padding: 12px 35px;
    cursor: pointer;
    border-bottom: 6px solid #279e41;
    margin: 27px;
    transition: all 0.3s;
}

.addBasket:hover {
    background: #86359c !important;
    border-color: #aa4ac5 !important;
    color: #fff !important;
}

.leftText {
    float: left;
    text-align: center;
    width: calc(100% - 290px);
    margin-top: 25px;
}

.leftText p {
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
}

.priceOne {
    color: #505050;
    font-size: 15px;
    margin: 0 10px;
}

.priceOne i {
    font-style: normal;
    font-size: 26px;
    color: inherit;
    position: relative;
    top: 3px;
}

.priceTwo {
    color: #3da854;
}

.priceTwo i {
    color: inherit;
}

.discount i {
    position: relative;
}

.discount i::after {
    content: '';
    display: block;
    height: 2px;
    background: #4c4c4c;
    position: absolute;
    width: calc(100% + 40px);
    top: 45%;
    left: -38px;
    transform: rotate(-4deg);
}

.vote {
    float: left;
    width: 100px;
    margin-left: 10px;
    display: none;
}

.voteOne {
    width: 100px;
    height: 90px;
    padding-top: 10px;
    background: #ffdb00;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.voteOne:nth-of-type(1) span {
    direction: ltr;
    display: inline-block;
    margin-top: 7px;
}

.voteOne:nth-of-type(1) i {
    color: #483e6b;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    position: relative;
    top: 4px;
}

.voteOne:nth-of-type(2) {
    background-color: #86359c;
    color: #fff;
}

.voteOne:nth-of-type(3) {
    background-color: #23b19b;
    color: #fff;
    margin-bottom: 0;
}

.voteOne:nth-of-type(2)::after, .voteOne:nth-of-type(3)::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('../images/speaker.png') center / cover;
    margin-top: 8px;
}

.voteOne:nth-of-type(3)::after {
    background-image: url('../images/pdf.png');
}

.suggestIn {
    background: #f0f0f0;
    float: right;
    width: 392px;
    margin-right: 10px;
    border: 1px solid #414141;
    padding: 12px 0;
    position: relative;
}

.suggestIn a {
    float: right;
    display: block;
    width: 50%;
    line-height: 0;
}

.suggestIn a img {
    width: 100%;
}

.suggestIn .special {
    background: #4ba45a;
    font-size: 20px;
    color: #fff;
    opacity: 0.95;
    top: 60%;
    padding: 5px 0 7px;
}

.videoShow {
    border: 1px solid #414141;
    height: 318px;
    width: calc(100% - 426px);
    float: left;
    margin-left: 10px;
    background: url('../images/video_dr.jpg') center / cover;
    position: relative;
    cursor: pointer;
}

.videoShow::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    display: block;
    width: 95px;
    height: 95px;
    transform: translate(-50%, -50%);
    background: url('../images/play.png') center / cover;
    opacity: 0.4;
}

.videoShow p {
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 40px);
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
}

.tab {
    height: 80px;
    background: #483e6b;
    margin-top: 2px;
    text-align: center;
}

.tab span {
    background: #eae9f3;
    border-left: 1px solid #cbc8e1;
    border-bottom: 1px solid #cbc8e1;
    text-align: center;
    padding: 13px 35px 14px;
    font-size: 15px;
    display: inline-block;
    margin-top: 26px;
    cursor: pointer;
}

.tab span.active {
    background: #fff;
    border-top: 5px solid #ffdb00;
}

.comment {
    background: #483e6b;
    padding: 20px 22px 22px;
    color: #fff;
    font-size: 17px;
}

.star {
    float: left;
    width: 400px;
    border-right: 1px solid #ddd;
    margin: 30px 0;
    text-align: center;
}

.star h6 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 30px;
}

.starView {
    margin-top: 15px;
}

.starView span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url('../images/stared.png') center / cover;
}

.starView span.none {
    background-image: url('../images/star.png');
}

.showDetail {
    color: #8d8d8d;
    margin-top: 30px;
    cursor: pointer;
}

.showComment {
    float: right;
    width: calc(100% - 401px);
    margin-top: 20px;
}

.commentIn {
    height: 97px;
    margin: 10px 30px 0;
}

.commentIn b {
    font-size: 14px;
    margin-bottom: 10px;
}

.commentIn p {
    line-height: 28px;
    text-align: justify;
}

.nav {
    text-align: center;
    border: 1px solid #ddd;
    display: inline-block;
    border-left: none;
}

.nav span, .nav i {
    display: inline-block;
    border-left: 1px solid #ddd;
    padding: 8px 10px 7px;
    font-style: normal;
    transition: all 0.3s;
}

.nav .active, .nav span:hover {
    background: #ddd;
    cursor: pointer;
}

.buyBook {
    background: #4ca45b;
}

.wayBuy {
    display: flex;
}

.getBuy {
    float: right;
    width: calc(100% / 3 - 1px);
    border-left: 1px solid #ddd;
    margin: 20px 0;
    text-align: center;
    padding: 30px 0;
    flex: 1;
}

.getBuy:nth-last-of-type(1) {
    border: none;
}

.getBuy h6 {
    font-size: 20px;
    line-height: 30px;
    color: #5e5e5e;
    margin-bottom: 20px;
}

.priceBottom {
    font-size: 16px;
}

.priceBottom i {
    font-size: 29px;
    position: relative;
    top: 3px;
    font-style: normal;
}

.getBuy .addBasket {
    float: none;
    width: auto;
    margin: 10px 20px 0;
}

.addBasket1 {
    background: #ffc100;
    border-color: #279e41;
    color: #111;
}

.addBasket2 {
    background: #279e41;
    border-color: #16772b;
}

.showTab {
    display: none;
}

#tab1 {
    display: block;
}

.notFound {
    padding: 30px 0;
}

#main {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900002;
    display: none;
}

#content {
    background: #fff;
    border-radius: 12px;
    width: calc(100% - 20px);
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#close {
    position: absolute;
    background: #fff url('../images/close.png');
    background-size: contain;
    width: 32px;
    border-radius: 100px;
    height: 32px;
    display: block;
    left: 16px;
    top: -16px;
    cursor: pointer;
}

#data {
    position: relative;
}

.formLogin {
    padding: 0 20px;
    text-align: center;
}

.formLogin input, .formLogin textarea, .formLogin .select {
    width: calc(100% - 28px);
    border: 1px solid rgb(209, 209, 209);
    border-bottom-width: 2px;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    padding: 9px 13px 11px;
    transition: all 0.2s linear;
}

.formLogin textarea {
    height: 60px;
    padding: 10px 14px;
    width: calc(100% - 30px);
}

.formLogin .select {
    padding: 0;
    width: calc(100% - 2px);
}

.formLogin .select select {
    padding: 10px 19px 10px 0;
}

.formLogin .select::after {
    left: 14px;
    top: 15px;
}

.sendLogin {
    margin: 0 auto;
    margin-top: 10px;
    width: auto;
    float: none;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 20px;
}

.errorForm {
    position: absolute;
    width: 100%;
    right: 0;
    margin-top: -20px;
    font-size: 11px;
}

.errorForm span {
    font-size: 11.5px;
}

.sendLogin {
    display: inline-block;
    cursor: pointer;
    background: #61ba65;
    color: #fff;
    margin: 10px 0 20px;
    text-align: center;
    border-radius: 11px;
    padding: 0 25px;
    height: 36px;
    line-height: 35px;
}

.sendLogin:hover {
    color: #fff;
    background: #5a87d2;
}

.warning {
    padding: 20px 0 19px;
    text-align: center;
    line-height: 22px;
}

.errorFormLoading {
    padding: 22px 0;
}

.showBasket .sendLogin {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#addOther {
    background: #4c6aa4;
}

.showBasketItem {
    background: #f1f1f1;
    border-radius: 5px;
    margin: 5px;
}

.showBasketItem img {
    float: right;
    width: 50px;
    margin: 10px;
}

.showBasketItem h6 {
    float: right;
    margin: 16px 25px 0 0;
    font-size: 14px;
    line-height: 21px;
}

.delete {
    background: url('../images/delete.png') center / cover;
    width: 30px;
    height: 30px;
    float: left;
    margin: 33px 0 0 20px;
    cursor: pointer;
}

.showPriceInBasket {
    float: left;
    margin: 28px 0 0 30px;
}

.finish {
    text-align: center;
    color: #1668b5;
    font-size: 18px;
    padding: 25px 0 29px;
}

.pageTitleColor {
    background: #4c6aa4;
}

.pageTitleColor1 {
    background: #483e6b;
}

.addNewPost {
    border: 3px solid #ddd;
    border-radius: 100px;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 59px;
    font-size: 13px;
    cursor: pointer;
}

.addNewPost::before {
    content: '';
    display: inline-block;
    background: url('../images/plus.png') center / cover;
    opacity: 0.2;
    width: 32px;
    height: 32px;
    float: right;
    margin: 14px;
}

.noCredit {
    text-align: center;
    color: #8d8d8d;
    padding: 40px 0;
}

.finishPay {
    background: #5a87d2;
    color: #fff;
    border-radius: 100px;
    padding: 15px 0 16px;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.upVideo {
    line-height: 0;
    padding: 10px;
}

.upVideo video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.menuProfile {
    display: flex;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.menuProfile a {
    display: block;
    background: #e3e3e3;
    border-radius: 5px;
    margin: 0 10px;
    padding: 9px 18px 10px;
}

.menuProfile a:hover, .menuProfile a.active {
    background: #1668b5;
    color: #fff;
}

.welcome {
    text-align: center;
}

.dataform {
    display: flex;
    flex-wrap: wrap;
}

.dataPart {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    padding: 10px;
}

.dataPart input, .dataPart select {
    padding: 5px 15px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}

.dataPartSelect {
    position: relative;
}

.dataPartSelect::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 29px;
    left: 25px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #505050;
}

.saveSetting {
    background: #4c6aa4;
    color: #fff;
    font-size: 14px;
    padding: 8px 30px;
    cursor: pointer;
    border: none;
    border-bottom: 3px solid #279e41;
    margin: 0;
    border-radius: 5px;
    margin: 10px;
}

.selectPosterAddress .saveSetting {
    display: none;
}