body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
th,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  -webkit-text-size-adjust: none;
  font-size: 0.24rem;
}
header,
nav,
section,
article,
footer,
figure,
figcaption {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
a,
li,
ul,
[onclick] {
  -webkit-tap-highlight-color: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
strong,
th {
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
}
.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.db {
  display: block;
  text-indent: -999em;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
}
.login {
  left: 0;
  top: 0;
  width: 100%;
  height:100vh;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .logo {
  margin-bottom: 40px;
}
.login .main {
  width: 588px;
}
.login .items {
  margin-bottom: 23px;
}
.login .items input {
  font-size: 20px;
  height: 72px;
  border: solid 1px rgba(0, 111, 206, 0.18);
  border-radius: 5px;
}
.login .checkbox {
  margin-bottom: 28px;
  color: #000;
  font-size: 20px;
}
.login .checkbox a {
  font-size: 20px;
  color: #019541;
}
.login .checkbox input {
  margin-right: 0;
}
.login .button {
  margin-bottom: 40px;
}
.login .button .sub {
  width: 100%;
  height: 81px;
  background: url(../images/icon3.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  font-size: 24px;
  color: #fff;
}
.login .login_info {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.perInfo {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.perInfo.on {
  display: flex;
}
.perInfo .main {
  width: 713px;
  background-color: #019541;
  border-radius: 8px;
  padding: 13px;
  padding-top: 0;
  position: relative;
}
.perInfo .main .icon {
  z-index: -1;
  top: -135px;
  position: absolute;
  left: 50%;
  margin-left: -68px;
}
.perInfo .main h3 {
  line-height: 83px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.perInfo .main .close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 20px;
}
.perInfo .main .info {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 40px;
}
.perInfo .main .info .items {
  display: flex;
  line-height: 27px;
  font-size: 17px;
  margin-bottom: 15px;
  color: #393939;
}
.perInfo .main .info .items span {
  flex-shrink: 0;
  font-style: normal;
  width: 27px;
  height: 27px;
  background-color: #c46767;
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 27px;
  color: #fff;
  font-size: 17px;
  margin-right: 14px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  background-color: #fff;
}
.header .container {
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .r {
  display: flex;
  align-items: center;
}
.header .r img {
  margin-right: 17px;
}
.header .r p {
  color: #3d3d3d;
  font-size: 15px;
}
.header .r h3 {
  color: #019541;
  font-size: 30px;
  font-weight: bold;
}
.banner2 img {
  display: block;
  width: 100%;
}
.takeGoods {
  margin-top: 106px;
}
.takeGoods .goods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.takeGoods .goods .items {
  width: 240px;
  height: 240px;
  margin-left: 50px;
  position: relative;
  margin-bottom: 24px;
}
.takeGoods .goods .items img {
  display: block;
  width: 100%;
  height: 100%;
}
.takeGoods .goods .items .checkbox {
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.takeGoods .goods .items .box1 {
  display: block;
}
.takeGoods .goods .items .box2 {
  display: none;
}
.takeGoods .goods .items:nth-of-type(4n) {
  margin-right: 0;
}
.takeGoods .goods .items.active {
  border: 2px solid #019541;
}
.takeGoods .goods .items.active .box1 {
  display: none;
}
.takeGoods .goods .items.active .box2 {
  display: block;
}
.form {
  width: 695px;
  margin: 0 auto;
  margin-top: 60px;
}
.form h3 {
  font-size: 28px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 44px;
}
.form .items {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form .items span {
  display: block;
  width: 158px;
  text-align: right;
  padding-right: 20px;
  flex-shrink: 0;
  font-size: 17px;
  color: #393939;
}
.form .items > div {
  flex: 1;
}
.form .items #area-picker {
  width: 100%;
  display: flex;
  align-items: center;
}
.form .items #area-picker > div {
  width: 172px;
  font-size: 15px;
}
.form .items input {
  border-radius: 4px;
  border: solid 1px #e4e3e3;
  height: 54px;
  background-color: #f8f8f8;
  font-size: 16px;
}
.form .items button {
  width: 537px;
  height: 67px;
  background-color: #019541;
  border-radius: 4px;
  text-align: center;
  line-height: 67px;
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.takeGoddesMask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.takeGoddesMask .main {
  width: 611px;
  height: 445px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.takeGoddesMask .main img {
  width: 77px;
  height: 77px;
  display: block;
  margin: 0 auto;
}
.takeGoddesMask .main h3 {
  font-size: 37px;
  color: #019541;
  font-weight: bold;
  margin-top: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.takeGoddesMask .main p {
  font-size: 18px;
  color: #333;
  line-height: 2;
}
.takeGoddesMask .main .btn {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.takeGoddesMask .main .btn a {
  display: block;
  width: 132px;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  background-color: #eee;
  text-align: center;
  border-radius: 5px;
}
.takeGoddesMask .main .btn a:nth-of-type(2) {
  background-color: #019541;
  color: #fff;
}
.yhxz {
  padding: 46px 0;
  background-color: #f4f4f4;
}
.yhxz .container {
  display: flex;
  justify-content: space-between;
}
.yhxz .l {
  background-color: #fff;
  width: 251px;
  border-top: 10px solid #019541;
  padding: 0 12px;
}
.yhxz .l a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #686868;
  height: 66px;
  border-bottom: 1px solid #dbdbdb;
}
.yhxz .l a img {
  margin-right: 20px;
}
.yhxz .l a.on {
  color: #019541;
}
.yhxz .l a:last-child {
  border: none;
}
.yhxz .r {
  width: 916px;
  min-height: 687px;
  background-color: #ffffff;
  padding: 0 30px;
}
.yhxz .r .t {
  height: 76px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  font-size: 29px;
  color: #343434;
}
.yhxz .r .t i {
  width: 7px;
  height: 27px;
  background-color: #019541;
  display: block;
  margin-right: 17px;
}
.tab_t {
  margin-top: 28px;
  display: flex;
  margin-bottom: 34px;
}
.tab_t a {
  display: block;
  width: 117px;
  height: 35px;
  background-color: #bfbfbf;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 7px;
  text-align: center;
  line-height: 35px;
  font-size: 23px;
  color: #fff;
}
.tab_t a.on {
  background-color: #e40000;
}
.tab_d li {
  display: flex;
  margin-bottom: 36px;
}
.tab_d li img {
  width: 238px;
  height: auto;
  flex-shrink: 0;
  margin-right: 25px;
}
.tab_d li .info {
  flex: 1;
}
.tab_d li .info h3 {
  font-size: 22px;
  color: #4e4d4d;
}
.tab_d li .info p {
  font-size: 14px;
  color: #b0afaf;
  margin: 5px 0;
}
.tab_d li .info h2 {
  font-size: 14px;
  color: #b0afaf;
}
.tab_d li .info h2 i {
  color: #e76d6d;
  font-style: normal;
}
.tab_d li .info a {
  display: block;
  width: 104px;
  height: 34px;
  border-radius: 10px;
  border: solid 1px #019541;
  font-size: 20px;
  color: #019541;
  text-align: center;
  line-height: 34px;
  margin-top: 15px;
}
.pj {
  width: 500px;
  margin: 0 auto;
  padding-top: 60px;
}
.pj .goods {
  display: flex;
  margin-bottom: 20px;
}
.pj .goods img {
  width: 137px;
  height: 138px;
  display: block;
  margin-right: 27px;
}
.pj .goods .fenshu p {
  font-size: 20px;
  color: #333;
}
.pj .goods .fenshu .star {
  display: flex;
  margin-top: 10px;
}
.pj .goods .fenshu .star li {
  width: 24px;
  margin-right: 10px;
  height: 24px;
  background: url(../images/star1.png) no-repeat;
  background-size: 100% 100%;
}
.pj .goods .fenshu .star li.on {
  background: url(../images/star2.png) no-repeat;
  background-size: 100% 100%;
}
.pj .textarea {
  margin-bottom: 20px;
}
.pj .textarea textarea {
  width: 100%;
  height: 123px;
  border-radius: 5px;
  border: solid 1px #d4d4d4;
  padding: 10px;
  font-size: 16px;
}
.pj .uploads {
  margin-bottom: 20px;
  display: flex;
}
.pj .uploads img {
  width: 137px;
  height: 138px;
}
.pj .uploads .load {
  margin-right: 16px;
}
.pj .button button {
  width: 163px;
  height: 48px;
  background-color: #019541;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  color: #fff;
  margin: 0 atuo;
}
.footer {
  text-align: center;
  background-color: #2b2b2b;
  padding: 40px 0;
  color: #fff;
  line-height: 2.5;
  font-size: 15px;
}
.footer a {
  color: #fff;
}
.kf {
  position: fixed;
  right: 10px;
  top: 290px;
  width: 145px;
  height: 230px;
  background: url(../images/icon7.png) no-repeat;
}
.kf a {
  display: block;
  height: 100%;
  font-size: 15px;
  color: #019541;
  padding-top: 140px;
  padding-left: 33px;
  font-style: italic;
}
