body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background-color: #f7f9fd;
}

.box1,
.box2,
.box3,
.box4,
.box5 {
  position: relative;
  width: 100%;
}

.box1 {
  padding-bottom: 10px;
}
.box1 .nav {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1 .nav div {
  height: 50px;
  margin: 15px 0;
  position: relative;
}
.box1 .nav div img {
  height: 100%;
}
.box1 .nav div input {
  width: 760px;
  height: 45px;
  border: 1px solid #2d2e2a;
  text-indent: 20px;
  border-radius: 10px;
}
.box1 .nav div .search-btn {
  width: 65px;
  height: 36px;
  background: #2d2e2a;
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  right: 10px;
  top: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.box1 .nav div .search-btn img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  vertical-align: middle;
}
.box1 .nav .connect {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.box1 .nav .connect img {
  width: 50px;
  height: 50px;
  background: #d2f5ff;
  margin-right: 15px;
  border-radius: 50%;
}
.box1 .nav .connect span {
  font-size: 14px;
}
.box1 .nav .connect a {
  display: block;
  width: 69px;
  height: 22px;
  line-height: 22px;
  background: #f9ffed;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #9ad426;
  font-size: 11px;
  text-align: center;
  color: #69990d;
}
.box1 .nav ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
.box1 .nav ul li {
  width: 720px;
  line-height: 40px;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
  padding: 0 20px;
}
.box1 .nav ul li a {
  display: block;
  color: #333333;
  font-size: 18px;
}
.box1 .nav ul li:hover {
  background-color: #83bc16;
}
.box1 .menu_url {
  padding-left: 130px;
}
.box1 .menu_url a {
  color: #2d2e2a;
  width: 100px;
  height: 40px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.box1 .menu_url a.active {
  background: url("../images/news/pc/menu_url_active.png") no-repeat center bottom;
  -o-background-size: 30%;
     background-size: 30%;
}

.mine_box {
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.mine_box .left_menu {
  width: 254px;
  min-height: 569px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding-top: 40px;
}
.mine_box .left_menu .left_menu_item {
  display: block;
  color: #2d2e2a;
  width: 216px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
}
.mine_box .left_menu .left_menu_item img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  vertical-align: middle;
}
.mine_box .left_menu .left_menu_item.active {
  background: -webkit-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f7fdf0 0%, #ffffff 100%);
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #83bc16;
}
.mine_box .rig_cont {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding: 50px 70px;
}
.mine_box .rig_cont .top_logo {
  text-align: center;
}
.mine_box .rig_cont .top_logo .people_logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.mine_box .rig_cont .top_logo .name_edit {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.mine_box .rig_cont .info_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 650px;
  margin: 0 auto;
  margin-top: 40px;
  border-bottom: 1px solid #eef1f6;
  padding-bottom: 40px;
}
.mine_box .rig_cont .info_box img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 20px;
}
.mine_box .rig_cont .info_box .edit_btn {
  width: 68px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f4f8;
  font-size: 14px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.mine_box .rig_cont .info_box:last-child {
  border: none;
}

.order_box {
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.order_box .left_menu {
  width: 254px;
  min-height: 569px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding-top: 40px;
}
.order_box .left_menu .left_menu_item {
  display: block;
  color: #2d2e2a;
  width: 216px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
}
.order_box .left_menu .left_menu_item img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  vertical-align: middle;
}
.order_box .left_menu .left_menu_item.active {
  background: -webkit-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f7fdf0 0%, #ffffff 100%);
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #83bc16;
}
.order_box .rig_cont {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding: 50px 0;
}
.order_box .rig_cont .order_rig_box .order_box_top {
  width: 1056px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #f7f9fd;
  border-radius: 15px 15px 15px 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.order_box .rig_cont .order_rig_box .order_box_cont {
  width: 1056px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-bottom: 1px solid #eef1f6;
  padding: 20px 0;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order_box .rig_cont .order_rig_box .order_box_cont .order_box_prot {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
}
.order_box .rig_cont .order_rig_box .order_box_cont .order_box_prot img {
  width: 60px;
  margin-right: 15px;
}
.order_box .rig_cont .order_rig_box .order_box_cont .order_box_prot p {
  font-size: 14px;
}
.order_box .rig_cont .order_rig_box .order_box_cont .order_box_prot span {
  font-size: 12px;
  color: #669c00;
  display: inline-block;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  background: #eff5e2;
  border-radius: 500px 500px 500px 500px;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  margin-top: 8px;
}
.order_box .rig_cont .order_rig_box .order_box_cont .orderno {
  width: 150px;
  overflow-wrap: break-word;
}
.order_box .rig_cont .order_rig_box .order_box_cont .order_box_price {
  text-align: left;
  width: 150px;
}
.order_box .rig_cont .order_rig_box .order_box_cont .order_acc {
  width: 150px;
}
.order_box .rig_cont .order_rig_box .order_box_cont .shifu {
  color: #f17514;
}
.order_box .rig_cont .order_rig_box .order_box_cont .state {
  width: 60px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #e5e9f0;
  color: #999999;
}
.order_box .rig_cont .order_rig_box .order_box_cont .state.green {
  color: #669c00;
  border: 1px solid #83bc16;
}

.account_box {
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.account_box .left_menu {
  width: 254px;
  min-height: 569px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding-top: 40px;
}
.account_box .left_menu .left_menu_item {
  display: block;
  color: #2d2e2a;
  width: 216px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
}
.account_box .left_menu .left_menu_item img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  vertical-align: middle;
}
.account_box .left_menu .left_menu_item.active {
  background: -webkit-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f7fdf0 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f7fdf0 0%, #ffffff 100%);
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #83bc16;
}
.account_box .rig_cont {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding: 50px 70px;
  position: relative;
}
.account_box .rig_cont div {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #eef1f6;
}
.account_box .rig_cont div a {
  display: inline-block;
  color: #2d2e2a;
}
.account_box .rig_cont div:last-child {
  border: none;
}

.footer {
  clear: left;
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  color: #fff;
}
.footer .top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .top .left {
  display: inline-block;
}
.footer .top .left img {
  height: 142px;
  margin-top: 10px;
}
.footer .top .mesg {
  display: inline-block;
  color: #a8a8a8;
  margin-left: 80px;
}
.footer .top .mesg .mesg_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.footer .top .mesg .mesg_list .mesg_title {
  color: #fff;
}
.footer .top .mesg .mesg_list img {
  width: 38px;
  height: 38px;
  margin-right: 20px;
}
.footer .top .rig {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
.footer .top .rig .pro-item {
  margin-right: 80px;
}
.footer .top .rig .pro-item .pro-tit {
  color: #fff;
}
.footer .top .rig .pro-item p {
  display: inline-block;
  margin-right: 40px;
  color: #a8a8a8;
}
.footer .top .rig .help-item .pro-tit {
  color: #fff;
}
.footer .top .rig .help-item a {
  color: #a8a8a8;
  display: block;
}

.line {
  height: 0px;
  border: 1px solid #ffffff;
  opacity: 0.15;
}

.bot {
  color: #999999;
  font-size: 12px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 25px;
  padding-bottom: 60px;
}

.box3 .erweima-model {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #444;
  opacity: 0.5;
  top: 0;
}

.box3 .model_user {
  width: 622px;
  height: 321px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  padding: 45px 90px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box3 .model_user .tit {
  text-align: center;
  color: #2d2e2a;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.box3 .model_user input {
  display: block;
  height: 52px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #e4e8ed;
  text-indent: 20px;
}
.box3 .model_user .phone {
  width: 435px;
}
.box3 .model_user .login_btn {
  width: 300px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -moz-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -o-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: linear-gradient(90deg, #83bc16 0%, #9ad426 100%);
  border-radius: 100px 100px 100px 100px;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
}
.box3 .model_userphone {
  width: 622px;
  height: 360px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  padding: 45px 90px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box3 .model_userphone .tit {
  text-align: center;
  color: #2d2e2a;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.box3 .model_userphone input {
  display: block;
  height: 52px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #e4e8ed;
  text-indent: 20px;
}
.box3 .model_userphone .phone {
  width: 435px;
}
.box3 .model_userphone .login_btn {
  width: 300px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -moz-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -o-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: linear-gradient(90deg, #83bc16 0%, #9ad426 100%);
  border-radius: 100px 100px 100px 100px;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
}
.box3 .model_sex {
  width: 622px;
  height: 350px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  padding: 45px 90px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box3 .model_sex .tit {
  text-align: center;
  color: #2d2e2a;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.box3 .model_sex .sex_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 20px;
}
.box3 .model_sex .sex_box div {
  padding: 10px;
}
.box3 .model_sex .sex_box div img {
  width: 80px;
  height: 80px;
}
.box3 .model_sex .sex_box div p {
  text-align: center;
}
.box3 .model_sex .sex_box div.active {
  border: 2px solid #83bc16;
  border-radius: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box3 .model_sex .login_btn {
  width: 300px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  text-align: center;
  background: -webkit-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -moz-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: -o-linear-gradient(left, #83bc16 0%, #9ad426 100%);
  background: linear-gradient(90deg, #83bc16 0%, #9ad426 100%);
  border-radius: 100px 100px 100px 100px;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
}