.user {
  background: #F8F9FB;
  padding: 20px 0;
}
.user .workbench {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 22px ;
  box-sizing: border-box;
}
.user .workbench.done {
  padding-bottom: 90px;
}
.user .workbench .topp {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
}
.user .workbench .topp img {
  margin-right: 10px;
}
.user .workbench .wtit {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
.user .workbench .layui-table td,
.user .workbench .layui-table th {
  text-align: center;
  padding: 15px;
}
.user .workbench .layui-table th {
  background: #ECECEC;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}
.user .workbench .red {
  font-weight: bold;
  color: #D7141E;
  font-size: 16px;
  margin-bottom: 4px;
}
.user .workbench .lookpart1 {
  cursor: pointer;
  width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #DD041D;
  color: #DD041D;
  font-size: 14px;
  display: block;
  margin: 10px auto;
}
.user .workbench .lookpart1:hover {
  background: #DD041D;
  color: #fff;
}
.user .workbench .lookpart2 {
  cursor: pointer;
  width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #DD041D;
  background: #DD041D;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 10px auto;
}
.user .workbench .lookpart2.nopart {
  background: #ccc;
  border-color: #ccc;
  cursor: no-drop;
}
.user .workbench .lookpart2.nopart:hover {
  background: #ccc;
}
.user .workbench .lookpart2:hover {
  background: #B2030D;
}
.user .workbench .layui-table tr:hover {
  background: none;
}
.user .workbench .tabletit {
  text-align: center;
  color: #333333;
  font-size: 14px;
  margin-top: 20px;
}
.user .workbench .tabletit span {
  font-weight: bold;
}
.user .workbench .workpj {
  margin-bottom: 10px;
}
.user .workbench .workpj .item {
  width: 33%;
  color: #999999;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.user .workbench .workpj .item #my_pj1,
.user .workbench .workpj .item #my_pj2 {
  margin-left: 15px;
}
.user .workbench .workb {
  font-size: 14px;
}
.user .workbench .workb .l {
  color: #333333;
  text-align: left;
}
.user .workbench .workb .r {
  text-align: right;
  color: #999999;
}
.user .workbench .gbox {
  width: 100%;
  margin-bottom: 40px;
  background: #F8F9FB;
  padding: 14px;
  box-sizing: border-box;
}
.user .workbench .gbox p {
  font-size: 14px;
  color: #999999;
  line-height: 23px;
}
.user .workbench .progress {
  width: 100%;
  white-space: nowrap;
}
.user .workbench .progress .item {
  font-size: 12px;
  color: #999;
  display: inline-block;
  position: relative;
  padding-left: 132px;
  cursor: pointer;
}
.user .workbench .progress .item:first-child {
  padding-left: 0;
}
.user .workbench .progress .item:first-child::before {
  display: none;
}
.user .workbench .progress .item::before {
  content: '';
  position: absolute;
  left: -23px;
  top: 29px;
  width: 100%;
  height: 1px;
  background: #B8B7B7;
}
.user .workbench .progress .item.on {
  color: #333;
}
.user .workbench .progress .item.on::before {
  background: #EE001A;
}
.user .workbench .progress .item.on i {
  background: #EE001A;
  border: 4px solid #f3c7ce;
}
.user .workbench .progress .item i {
  width: 5px;
  height: 5px;
  background: #A3A3A3;
  border-radius: 50%;
  display: block;
  border: 4px solid #e7e8e9;
  margin: 7px auto;
}
.user .workbench .progress .preb {
  position: absolute;
}
.user .workbench .progress .preb p {
  color: #333333;
  font-size: 12px;
  margin: 2px 0 10px 0;
}
.user .workbench .progress .preb a {
  cursor: pointer;
  width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  background: #DD041D;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 10px auto;
}
.user .workbench .progress .preb a:hover {
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
}
.user .wc {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user .wc .wl {
  width: 595px;
  height: 143px;
  background: #FFFFFF;
  padding: 20px 22px ;
  position: relative;
  box-sizing: border-box;
}
.user .wc .wl .work1 {
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.user .wc .wl .work1 p {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 385px;
  text-overflow: ellipsis;
}
.user .wc .wl .work1 span {
  width: 66px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #DD041D;
  color: #DD041D;
  font-size: 12px;
  display: inline-block;
  margin-left: 7px;
}
.user .wc .wl .li {
  text-align: left;
  width: 48%;
  color: #999999;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  margin-top: 19px;
}
.user .wc .wl .li.nomore {
  width: 100%;
  margin-top: 8px;
}
.user .wc .wl .li span {
  color: #DD041D;
}
.user .wc .wl .redbtn,
.user .wc .wl .totel,
.user .wc .wl .redbtn_no {
  cursor: pointer;
  width: 68px;
  height: 26px;
  line-height: 27px;
  text-align: center;
  background: #DD041D;
  border-radius: 4px;
  border: 1px solid #DD041D;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.user .wc .wl .redbtn:hover,
.user .wc .wl .totel:hover,
.user .wc .wl .redbtn_no:hover {
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
}
.user .wc .wl .totel {
  position: relative;
  width: 96px;
  height: 33px;
  line-height: 34px;
  right: auto;
  top: auto;
  margin-top: 14px;
  cursor: pointer;
}
.user .payweixin {
  height: 566px;
  box-sizing: border-box;
  background: #FFFFFF;
  text-align: center;
}
.user .payweixin .w1 {
  color: #333333;
  font-size: 14px;
}
.user .payweixin .w1:first-child {
  padding-top: 62px;
  box-sizing: border-box;
}
.user .payweixin .w2 {
  font-weight: bold;
  color: #DD041D;
  font-size: 30px;
}
.user .payweixin img {
  width: 228px;
  height: 228px;
  display: block;
  margin: 20px auto;
}
.user .payweixin .payokbtn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 53px;
}
.user .payweixin .payokbtn .a2pay {
  display: block;
  width: 186px;
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  text-align: center;
  background: #F9F9F9;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.user .payweixin .payokbtn .a2pay:hover {
  opacity: .7;
}
.user .payok {
  height: 702px;
  background: #FFFFFF;
  text-align: center;
}
.user .payok img {
  margin-top: 164px;
  margin-bottom: 32px;
}
.user .payok .o1 {
  color: #333333;
  font-size: 26px;
  margin-bottom: 6px;
}
.user .payok .o2 {
  color: #999999;
  font-size: 14px;
  margin-bottom: 20px;
}
.user .payok .o3 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.user .payok .o3 span {
  color: #DD041D;
  margin-left: 10px;
}
.user .payok .payokbtn {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.user .payok .payokbtn .a1pay {
  display: block;
  width: 186px;
  height: 46px;
  line-height: 46px;
  margin: 0;
  margin-right: 20px;
  color: #FFFFFF;
  font-size: 14px;
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
  border-radius: 3px;
}
.user .payok .payokbtn .a1pay:hover {
  background: #DD041D;
  color: #fff;
}
.user .payok .payokbtn .a2pay {
  display: block;
  width: 186px;
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  text-align: center;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.user .payok .payokbtn .a2pay:hover {
  opacity: .7;
}
.user .pay {
  background: #FFFFFF;
  margin-bottom: 20px;
  padding: 23px 52px;
  box-sizing: border-box;
}
.user .pay.pay1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
}
.user .pay.pay1 .l {
  position: relative;
}
.user .pay.pay1 .l .p1 {
  margin-left: 101px;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  margin-bottom: 10px;
}
.user .pay.pay1 .l .p2 {
  margin-left: 101px;
  color: #999999;
  font-size: 16px;
}
.user .pay.pay1 .l img {
  position: absolute;
  top: -10px;
  left: 0px;
}
.user .pay.pay1 .r .r1 {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}
.user .pay.pay1 .r .r1 span {
  font-weight: bold;
  color: #DD041D;
  font-size: 30px;
}
.user .pay.pay1 .r .r2 {
  color: #333333;
  font-size: 14px;
  margin-left: 107px;
  margin-top: 6px;
}
.user .pay.pay2 {
  display: flex;
  white-space: nowrap;
}
.user .pay.pay2 .pay_item {
  margin-right: 205px;
  color: #333333;
  font-size: 16px;
  max-width: 747px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user .pay.pay2 .pay_item:last-child {
  margin-right: 0;
}
.user .pay.pay2 .pay_item span {
  color: #DD041D;
}
.user .pay.pay3 .headpay {
  border-bottom: 1px solid #F0F0F0;
}
.user .pay.pay3 .headpay .h1 {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  margin-bottom: 10px;
}
.user .pay.pay3 .headpay .h2 {
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
}
.user .pay.pay3 .paylist {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.user .pay.pay3 .paylist a {
  display: inline-block;
  margin-right: 34px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #F8F9FB;
}
.user .pay.pay3 .paylist a:hover,
.user .pay.pay3 .paylist a.on {
  border: 1px solid #DD041D;
}
.user .pay.pay3 .duigbox {
  display: none;
}
.user .pay.pay3 .duigbox.on {
  display: block;
}
.user .pay.pay3 .duigbox .gbox {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 646px;
  height: 116px;
  background: #F8F9FB;
  padding: 14px;
  box-sizing: border-box;
}
.user .pay.pay3 .duigbox .gbox p {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
}
.user .pay.pay3 .duigbox .gitem img {
  margin-right: 14px;
}
.user .pay.pay3 .paybtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.user .pay.pay3 .paybtn .gokef {
  display: none;
  cursor: pointer;
  width: 186px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
  border-radius: 3px;
  font-size: 14px;
  margin-right: 50px;
}
.user .pay.pay3 .paybtn .gokef.on {
  display: block;
}
.user .pay.pay3 .paybtn .gokef:hover {
  background: #DD041D;
  color: #fff;
}
.user .pay.pay3 .paybtn .goback {
  width: 186px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  background: #F9F9F9;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  color: #666666;
  display: block;
}
.user .pay.pay3 .paybtn .goback:hover {
  background: #ccc;
  color: #fff;
}
.user .usermain {
  display: flex;
  justify-content: space-between;
}
.user .usermain .uxer_left {
  width: 296px;
}
.user .usermain .uxer_left .left_top {
  height: 342px;
  background: #FFFFFF;
}
.user .usermain .uxer_left .left_top .name {
  height: 84px;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.user .usermain .uxer_left .left_top .name img {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.user .usermain .uxer_left .left_top .name .u1 {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  margin-bottom: 2px;
}
.user .usermain .uxer_left .left_top .name .u2 {
  color: #666;
  font-size: 14px;
}
.user .usermain .uxer_left .left_top .lista {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 100%;
  text-align: center;
  line-height: 47px;
  color: #666666;
  font-size: 14px;
}
.user .usermain .uxer_left .left_top .lista span {
  color: #000;
  font-size: 18px;
  margin-right: 14px;
}
.user .usermain .uxer_left .left_top .lista.on {
  color: #DD041D;
  position: relative;
}
.user .usermain .uxer_left .left_top .lista.on::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 31px;
  background: #DD041D;
}
.user .usermain .uxer_left .left_top .lista.on span {
  color: #DD041D;
}
.user .usermain .uxer_left .left_top .lista:hover {
  color: #DD041D;
}
.user .usermain .uxer_left .left_top .lista:hover span {
  color: #DD041D;
}
.user .usermain .uxer_left .left_center {
  margin: 10px 0;
  width: 296px;
  height: 80px;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.user .usermain .uxer_left .left_center .a {
  display: block;
  cursor: pointer;
  width: 33.3%;
  text-align: center;
  color: #000;
  font-size: 12px;
}
.user .usermain .uxer_left .left_center .a span {
  margin-bottom: 6px;
  color: #000;
  font-size: 20px;
  display: block;
}
.user .usermain .uxer_left .left_center .a:hover,
.user .usermain .uxer_left .left_center .a.on {
  color: #DD041D;
}
.user .usermain .uxer_left .left_center .a:hover span,
.user .usermain .uxer_left .left_center .a.on span {
  color: #DD041D;
}
.user .usermain .uxer_left .left_bottom {
  width: 296px;
  background: #fff;
}
.user .usermain .user_right {
  background: #FFFFFF;
  width: 894px;
}
.user .usermain .user_right .rtop {
  display: flex;
  border-bottom: 1px solid #dadada;
  height: 38px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
}
.user .usermain .user_right .rtop .l {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}
.user .usermain .user_right .rtop .l .item {
  margin-right: 40px;
}
.user .usermain .user_right .rtop .l .item.on {
  position: relative;
  font-weight: bold;
}
.user .usermain .user_right .rtop .l .item.on::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DD041D;
}
.user .usermain .user_right .rtop .r .item {
  margin-left: 25px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.user .usermain .user_right .rtop .r .item.on {
  color: #DD041D;
  position: relative;
  font-weight: bold;
}
.user .usermain .user_right .rtop .r .item.on::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #DD041D;
}
.user .usermain .user_right .user_null {
  text-align: center;
  margin-top: 220px;
}
.user .usermain .user_right .user_null div {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}
.user .usermain .user_right .user_null p {
  font-weight: 300;
  color: #999999;
  font-size: 14px;
  margin-top: 5px;
}
.user .usermain .user_right .user_null p a {
  color: #DD041D;
  font-weight: bold;
}
.user .usermain .user_right .user_null p a:hover {
  opacity: .8;
}
.user .usermain .user_right .user_null .user_xq {
  display: block;
  width: 158px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
  border-radius: 3px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 16px;
  margin: 25px auto;
}
.user .usermain .user_right .user_null .user_xq:hover {
  background: #DD041D;
}
.laydate-next-y,
.laydate-prev-y {
  display: none!important;
}
.layui-laydate,
.layui-laydate-hint {
  box-shadow: none!important;
  border: none!important;
}
.layui-laydate-main {
  width: 296px!important;
}
.layui-laydate-content table {
  width: 100%;
}
.laydate-set-ym span {
  padding: 0 1px!important;
  width: 44px;
}
.timetext {
  font-size: 14px;
  color: #DD041D;
  display: block;
  padding: 0px 15px 10px 15px;
}
.laydate-day-mark {
  border-radius: 2px;
  border: 1px solid #DD041D;
  color: #DD041D;
  width: 90%!important;
  line-height: 27px!important;
}
.laydate-day-mark::after {
  background-color: #fff!important;
}
.user .layui-laydate tr .layui-this {
  background-color: #fff!important;
}
.user .layui-laydate .layui-this {
  background-color: #fff!important;
  color: #666!important;
}
.layui-laydate-content td.layui-this .laydate-day-mark::after {
  display: block!important;
  background-color: #DD041D!important;
}
.layui-laydate-header {
  padding: 10px 0px 5px!important;
  padding-right: 38px!important;
}
.laydate-set-ym {
  text-align: right!important;
  position: relative;
}
.laydate-set-ym::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  right: 0;
  top: 0;
}
.laydate-set-ym::before {
  content: '截稿日历';
  position: absolute;
  left: 15px;
  top: 0;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
}
.layui-laydate-header i.laydate-prev-m {
  left: 133px!important;
  z-index: 99999;
}
.layui-laydate-header i.laydate-next-m {
  right: 0px!important;
}
.user_setting1box {
  padding: 30px;
}
.user_setting1box .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.user_setting1box .item .span1 {
  width: 80px;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}
.user_setting1box .item #upload1,
.user_setting1box .item #upload2 {
  cursor: pointer;
  overflow: hidden;
}
.user_setting1box .item #upload1 img,
.user_setting1box .item #upload2 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.user_setting1box .item .disinput {
  width: 214px;
  height: 36px;
  background: #F8F8F8;
  border-radius: 3px;
  border: 1px solid #F2F2F2;
  color: #ADADAD;
  padding: 0 12px;
  box-sizing: border-box;
  border: none;
  font-size: 12px;
  margin-right: 10px;
}
.user_setting1box .item .status {
  padding-left: 20px;
  color: #999999;
  margin-right: 30px;
  position: relative;
}
.user_setting1box .item .status::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/user_no.png) no-repeat center center;
}
.user_setting1box .item .status.true {
  color: #333333;
}
.user_setting1box .item .status.true::before {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/user_yes.png) no-repeat center center;
}
.user_setting1box .item .edit {
  color: #DD041D;
  font-size: 14px;
  cursor: pointer;
}
.user_setting2box {
  padding: 30px;
}
.user_setting2box .rz {
  display: none;
  margin-top: 217px;
  text-align: center;
}
.user_setting2box .rz.on {
  display: block;
}
.user_setting2box .rz .rzstatus {
  width: 116px;
  height: 116px;
  margin-bottom: 30px;
}
.user_setting2box .rz .rztit1 {
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
}
.user_setting2box .rz .rztit1 .user_rzgo {
  text-decoration: underline;
  color: #DD041D;
  cursor: pointer;
}
.user_setting2box .rz .rztit1 .user_rzgo:hover {
  opacity: .7;
}
.user_setting2box .rz .rztit2 {
  color: #999999;
  font-size: 16px;
}
.user_setting2box .rz .rztit3 {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}
.user_setting2box .rz .rztit4 {
  color: #DD041D;
  font-size: 16px;
  margin-bottom: 10px;
}
.notify {
  padding: 21px 16px;
}
.notify .item .top {
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
}
.notify .item .top img {
  margin-right: 5px;
  vertical-align: sub;
}
.notify .item .content {
  margin: 30px 0;
  padding-left: 26px;
}
.notify .item .content .con1 {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-bottom: 13px;
}
.notify .item .content .con2 p {
  color: #333333;
  font-size: 14px;
  line-height: 35px;
}
.notify .item .content a {
  display: block;
  width: 110px;
  height: 33px;
  line-height: 33px;
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
  border-radius: 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 20px;
}
.notify .item .content a:hover {
  background: #D70C18;
}
.guwen {
  padding: 20px;
}
.guwen .item {
  display: flex;
}
.guwen .item .lbox {
  width: 182px;
  height: 182px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9b59b6;
  color: #fff;
  font-size: 32px;
}
.guwen .item .l {
  width: 182px;
  height: 182px;
  margin-right: 20px;
}
.guwen .item .r .gon1 {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
}
.guwen .item .r .gon1 span {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 400;
}
.guwen .item .r p {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
}
.guwen .item .r .a {
  cursor: pointer;
  display: block;
  width: 110px;
  height: 33px;
  line-height: 33px;
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
  border-radius: 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 43px;
}
.guwen .item .r .a:hover {
  background: #D70C18;
}
.user_fan {
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.user_fan .items {
  position: relative;
  display: inline-block;
  margin: 0 25px 25px 0;
  width: 270px;
  background: #FFFFFF;
  box-sizing: border-box;
}
.user_fan .items:nth-child(3n) {
  margin-right: 0;
}
.user_fan .items img {
  width: 270px;
  height: 270px;
  margin-bottom: 16px;
}
.user_fan .items .bi1 {
  color: #333333;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.user_fan .items a {
  display: block;
  margin: 14px auto 0;
  width: 132px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
}
.user_fan .items a:hover {
  background: #DD041D;
}
.user_anli {
  padding: 16px;
  box-sizing: border-box;
}
.user_anli .caseboxlists {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.user_anli .caseboxlists .items {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  width: 280px;
  height: 361px;
  background: #FFFFFF;
  cursor: pointer;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
}
.user_anli .caseboxlists .items:nth-child(3n) {
  margin-right: 0;
}
.user_anli .caseboxlists .items:hover .img {
  transition: all .3s;
  transform: scale(1.1);
}
.user_anli .caseboxlists .items .img-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 280px;
}
.user_anli .caseboxlists .items .img-box .img {
  transition: all .3s;
  width: 100%;
  height: 100%;
}
.user_anli .caseboxlists .items .label {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 62px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #5B5B5B;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  z-index: 99;
}
.user_anli .caseboxlists .items .bottom-box {
  display: flex;
  position: relative;
}
.user_anli .caseboxlists .items .bottom-box .bot-l .big {
  width: 200px;
  margin-left: 22px;
  margin-top: 16px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}
.user_anli .caseboxlists .items .bottom-box .bot-l .anli-label-box {
  margin: 6px 0 0 12px;
  overflow: hidden;
  width: 200px;
  white-space: nowrap;
}
.user_anli .caseboxlists .items .bottom-box .bot-l .anli-label-box .anli-label {
  padding: 0 18px;
  margin-right: 6px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #EAECF2;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
}
.user_anli .caseboxlists .items .bottom-box .bot-l .anli-label-box .anli-label:hover {
  color: #b14a4a;
}
.user_anli .caseboxlists .items .bottom-box .z {
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/newsz.png) center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.user_anli .caseboxlists .items .bottom-box .z span {
  position: absolute;
  bottom: -18px;
  left: -50%;
  width: 56px;
  margin-left: -9px;
  text-align: center;
  color: #D6D6D6;
  font-size: 12px;
}
.user_anli .caseboxlists .items .bottom-box .z p {
  position: absolute;
  bottom: -18px;
  left: -50%;
  width: 56px;
  margin-left: -10px;
  text-align: center;
  color: #DB0024;
  font-size: 12px;
  display: none;
}
.user_anli .caseboxlists .items .bottom-box .z.on {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/newsz1.png) center center no-repeat;
  -webkit-animation: xs .3s infinite linear;
  -moz-animation: xs .3s infinite linear;
  animation: xs .3s infinite linear;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}
@keyframes xs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.user_anli .caseboxlists .items .bottom-box .z.on span {
  color: #DB0024;
}
.user_anli .information-part {
  padding-top: 25px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.user_anli .information-part .part-title {
  width: 100%;
  height: 50px;
}
.user_anli .information-part .information-wrap {
  width: 1200px;
  padding: 0px 0 50px 0;
  display: flex;
  justify-content: space-between;
}
.user_anli .information-part .information-wrap .information-list {
  margin: 0;
  width: 50%;
}
.user_anli .information-part .information-wrap .information-list:first-child {
  margin-right: 100px !important;
}
.user_anli .information-part .information-wrap .information-list a {
  display: block;
  width: 550px;
  box-sizing: border-box;
  padding: 10px 0px;
  zoom: 1;
  color: #6b6b6b;
  font-size: 16px;
  color: #555555;
  font-size: 18px;
  height: 41px;
}
.user_anli .information-part .information-wrap .information-list a .tit {
  width: 420px;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6b6b6b;
  font-size: 16px;
  float: left;
}
.user_anli .information-part .information-wrap .information-list a:hover {
  color: #d71518;
}
.user_anli .information-part .information-wrap .information-list a:hover .tit {
  color: #d71518;
}
.user_anli .information-part .information-wrap .information-list a .date {
  float: right;
}
.user_anli .information-show {
  margin: 20px 0;
  padding: 0 0;
  height: 100%;
}
.user_anli .information-show .outer {
  display: none;
  position: relative;
  height: 100%;
}
.user_anli .information-show .outer.show {
  display: block;
}
.user_anli .index-title .tit {
  font-size: 32px;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.user_anli .index-title .tit::before {
  display: block;
  content: '';
  background-color: #d61518;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 8px;
  height: 30px;
  border-radius: 4px;
}
.user_anli .index-title .tit_sub {
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.nomore {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-top: 22px;
  display: block;
  width: 100%;
}
.paging {
  display: flex;
  margin: 20px auto 0px;
  justify-content: center;
}
.paging .layui-laypage a,
.paging .layui-laypage span {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 28px;
  margin: 0 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E5E5EA;
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.2);
  border-radius: 4px;
}
.paging .layui-laypage-em {
  background: #D61518;
  background-color: #D61518!important;
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.2);
  border-radius: 4px;
}
.usercenter {
  padding: 0 20px;
  box-sizing: border-box;
}
.usercenter .item {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #DADADA;
  position: relative;
}
.usercenter .item .cent1 {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.usercenter .item .cent1 span {
  width: 66px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #DD041D;
  color: #DD041D;
  font-size: 12px;
  display: inline-block;
  margin-left: 7px;
}
.usercenter .item .cer1cent,
.usercenter .item .cer2cent {
  display: block;
}
.usercenter .item .cer1,
.usercenter .item .cer2 {
  width: 120px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.usercenter .item .cer1 {
  color: #999999;
  font-size: 14px;
}
.usercenter .item .cer2 {
  color: #333333;
  font-size: 14px;
  margin-top: 5px;
}
.usercenter .item .cer2.red {
  color: #DD041D;
}
.usercenter .item .cer2.l {
  width: auto;
}
.usercenter .item p {
  margin-top: 10px;
  width: 854px;
  height: 39px;
  line-height: 39px;
  background: #F8F9FB;
  padding: 0 14px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
  font-size: 14px;
}
.usercenter .item p span {
  color: #DD041D;
}
.usercenter .item .po {
  position: absolute;
  top: 30px;
  right: 0;
  width: 120px;
}
.usercenter .item .po .cera1 {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(90deg, #fd422f 0%, #ae0009 100%);
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.usercenter .item .po .cera1:hover {
  background: #DD041D;
}
.usercenter .item .po .cera2 {
  cursor: pointer;
  font-size: 14px;
  color: #DD041D;
  text-align: center;
  display: block;
  margin-top: 8px;
}
.usercenter .item .po .cera2:hover {
  opacity: .7;
}
#upload2 {
  cursor: pointer;
  overflow: hidden;
}
#upload2 img {
  width: 124px;
  height: 124px;
}
input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #ADADAD;
}
input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: #ADADAD;
}
input::-moz-placeholder {
  /* Firefox版本19+ */
  color: #ADADAD;
}
input:-ms-input-placeholder {
  /* IE浏览器 */
  color: #ADADAD;
}
.layui-upload-list {
  margin: 0!important;
}
.closeto {
  position: absolute;
  right: -34px;
  top: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.editname,
.editmail,
.editphone,
.userrz,
.txbox,
.userpj,
.gubox,
.ysbox {
  display: none;
}
.edit_name,
.edit_mail,
.edit_phone,
.user_rz,
.tx_box,
.user_pj,
.gu_box,
.ys_box {
  width: 504px!important;
}
.edit_name .layui-layer-content,
.edit_mail .layui-layer-content,
.edit_phone .layui-layer-content,
.user_rz .layui-layer-content,
.tx_box .layui-layer-content,
.user_pj .layui-layer-content,
.gu_box .layui-layer-content,
.ys_box .layui-layer-content {
  position: initial!important;
}
.edit_name .xjcontent,
.edit_mail .xjcontent,
.edit_phone .xjcontent,
.user_rz .xjcontent,
.tx_box .xjcontent,
.user_pj .xjcontent,
.gu_box .xjcontent,
.ys_box .xjcontent {
  width: 504px;
  padding: 24px 30px;
  box-sizing: border-box;
}
.edit_name .tx,
.edit_mail .tx,
.edit_phone .tx,
.user_rz .tx,
.tx_box .tx,
.user_pj .tx,
.gu_box .tx,
.ys_box .tx {
  text-align: center;
}
.edit_name .tx .tximg,
.edit_mail .tx .tximg,
.edit_phone .tx .tximg,
.user_rz .tx .tximg,
.tx_box .tx .tximg,
.user_pj .tx .tximg,
.gu_box .tx .tximg,
.ys_box .tx .tximg {
  margin: 15px auto;
  display: block;
}
.edit_name .tx .tx1,
.edit_mail .tx .tx1,
.edit_phone .tx .tx1,
.user_rz .tx .tx1,
.tx_box .tx .tx1,
.user_pj .tx .tx1,
.gu_box .tx .tx1,
.ys_box .tx .tx1 {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}
.edit_name .tx .tx2,
.edit_mail .tx .tx2,
.edit_phone .tx .tx2,
.user_rz .tx .tx2,
.tx_box .tx .tx2,
.user_pj .tx .tx2,
.gu_box .tx .tx2,
.ys_box .tx .tx2 {
  color: #999;
  margin-top: 6px;
  font-size: 14px;
}
.edit_name .tstitle,
.edit_mail .tstitle,
.edit_phone .tstitle,
.user_rz .tstitle,
.tx_box .tstitle,
.user_pj .tstitle,
.gu_box .tstitle,
.ys_box .tstitle {
  font-weight: bold;
  color: #333333;
  font-size: 22px;
}
.edit_name .tstitle2,
.edit_mail .tstitle2,
.edit_phone .tstitle2,
.user_rz .tstitle2,
.tx_box .tstitle2,
.user_pj .tstitle2,
.gu_box .tstitle2,
.ys_box .tstitle2 {
  color: #999999;
  font-size: 16px;
  margin-top: 6px;
}
.edit_name .inputbox,
.edit_mail .inputbox,
.edit_phone .inputbox,
.user_rz .inputbox,
.tx_box .inputbox,
.user_pj .inputbox,
.gu_box .inputbox,
.ys_box .inputbox {
  margin-top: 30px;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
}
.edit_name .inputbox.sort,
.edit_mail .inputbox.sort,
.edit_phone .inputbox.sort,
.user_rz .inputbox.sort,
.tx_box .inputbox.sort,
.user_pj .inputbox.sort,
.gu_box .inputbox.sort,
.ys_box .inputbox.sort {
  margin-top: 16px;
}
.edit_name .inputbox.s20,
.edit_mail .inputbox.s20,
.edit_phone .inputbox.s20,
.user_rz .inputbox.s20,
.tx_box .inputbox.s20,
.user_pj .inputbox.s20,
.gu_box .inputbox.s20,
.ys_box .inputbox.s20 {
  margin-top: 20px;
}
.edit_name .inputbox.s10,
.edit_mail .inputbox.s10,
.edit_phone .inputbox.s10,
.user_rz .inputbox.s10,
.tx_box .inputbox.s10,
.user_pj .inputbox.s10,
.gu_box .inputbox.s10,
.ys_box .inputbox.s10 {
  margin-top: 10px;
}
.edit_name .inputbox.s0,
.edit_mail .inputbox.s0,
.edit_phone .inputbox.s0,
.user_rz .inputbox.s0,
.tx_box .inputbox.s0,
.user_pj .inputbox.s0,
.gu_box .inputbox.s0,
.ys_box .inputbox.s0 {
  margin-top: 0px;
}
.edit_name .inputbox .label,
.edit_mail .inputbox .label,
.edit_phone .inputbox .label,
.user_rz .inputbox .label,
.tx_box .inputbox .label,
.user_pj .inputbox .label,
.gu_box .inputbox .label,
.ys_box .inputbox .label {
  display: inline-block;
  font-size: 12px;
  color: #666;
  color: #333333;
  font-size: 14px;
  min-width: 60px;
  margin-right: 14px;
}
.edit_name .inputbox .label span,
.edit_mail .inputbox .label span,
.edit_phone .inputbox .label span,
.user_rz .inputbox .label span,
.tx_box .inputbox .label span,
.user_pj .inputbox .label span,
.gu_box .inputbox .label span,
.ys_box .inputbox .label span {
  color: #D40000;
  margin-left: 2px;
}
.edit_name .inputbox input,
.edit_mail .inputbox input,
.edit_phone .inputbox input,
.user_rz .inputbox input,
.tx_box .inputbox input,
.user_pj .inputbox input,
.gu_box .inputbox input,
.ys_box .inputbox input {
  display: inline-block;
  width: 366px;
  height: 41px;
  background: #F8F8F8;
  border-radius: 3px;
  font-size: 12px;
  color: #999;
  padding-left: 10px;
  box-sizing: border-box;
  border: none;
}
.edit_name .inputbox input.setting1_num,
.edit_mail .inputbox input.setting1_num,
.edit_phone .inputbox input.setting1_num,
.user_rz .inputbox input.setting1_num,
.tx_box .inputbox input.setting1_num,
.user_pj .inputbox input.setting1_num,
.gu_box .inputbox input.setting1_num,
.ys_box .inputbox input.setting1_num {
  width: 228px;
  margin-right: 10px;
}
.edit_name .inputbox input.user_yzm,
.edit_mail .inputbox input.user_yzm,
.edit_phone .inputbox input.user_yzm,
.user_rz .inputbox input.user_yzm,
.tx_box .inputbox input.user_yzm,
.user_pj .inputbox input.user_yzm,
.gu_box .inputbox input.user_yzm,
.ys_box .inputbox input.user_yzm {
  width: 128px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0;
  background: #DD041D;
  cursor: pointer;
}
.edit_name .inputbox input.user_yzm:hover,
.edit_mail .inputbox input.user_yzm:hover,
.edit_phone .inputbox input.user_yzm:hover,
.user_rz .inputbox input.user_yzm:hover,
.tx_box .inputbox input.user_yzm:hover,
.user_pj .inputbox input.user_yzm:hover,
.gu_box .inputbox input.user_yzm:hover,
.ys_box .inputbox input.user_yzm:hover {
  background: linear-gradient(90deg, #ff422e 0%, #b10009 100%);
}
.edit_name .userto,
.edit_mail .userto,
.edit_phone .userto,
.user_rz .userto,
.tx_box .userto,
.user_pj .userto,
.gu_box .userto,
.ys_box .userto {
  margin: 30px auto 0;
  width: 280px;
  height: 36px;
  background: linear-gradient(90deg, #ff422e 0%, #b10009 100%);
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.edit_name .userto.isok,
.edit_mail .userto.isok,
.edit_phone .userto.isok,
.user_rz .userto.isok,
.tx_box .userto.isok,
.user_pj .userto.isok,
.gu_box .userto.isok,
.ys_box .userto.isok {
  width: 175px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  margin-right: 42px;
  margin-top: 20px;
}
.edit_name .userto:hover,
.edit_mail .userto:hover,
.edit_phone .userto:hover,
.user_rz .userto:hover,
.tx_box .userto:hover,
.user_pj .userto:hover,
.gu_box .userto:hover,
.ys_box .userto:hover {
  background: #DD041D;
}
.edit_name .userfalse,
.edit_mail .userfalse,
.edit_phone .userfalse,
.user_rz .userfalse,
.tx_box .userfalse,
.user_pj .userfalse,
.gu_box .userfalse,
.ys_box .userfalse {
  width: 175px;
  height: 44px;
  line-height: 42px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  text-align: center;
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  cursor: pointer;
}
.edit_name .userfalse:hover,
.edit_mail .userfalse:hover,
.edit_phone .userfalse:hover,
.user_rz .userfalse:hover,
.tx_box .userfalse:hover,
.user_pj .userfalse:hover,
.gu_box .userfalse:hover,
.ys_box .userfalse:hover {
  color: #fff;
  background: #E0E0E0;
}
.edit_name textarea,
.edit_mail textarea,
.edit_phone textarea,
.user_rz textarea,
.tx_box textarea,
.user_pj textarea,
.gu_box textarea,
.ys_box textarea {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 4px;
  padding: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  box-sizing: border-box;
  margin-top: 10px;
}
.edit_name .user_checkbox,
.edit_mail .user_checkbox,
.edit_phone .user_checkbox,
.user_rz .user_checkbox,
.tx_box .user_checkbox,
.user_pj .user_checkbox,
.gu_box .user_checkbox,
.ys_box .user_checkbox {
  display: flex;
  justify-content: start;
  margin: 12px 0;
}
.edit_name .user_checkbox.user_mapcheckbox .item,
.edit_mail .user_checkbox.user_mapcheckbox .item,
.edit_phone .user_checkbox.user_mapcheckbox .item,
.user_rz .user_checkbox.user_mapcheckbox .item,
.tx_box .user_checkbox.user_mapcheckbox .item,
.user_pj .user_checkbox.user_mapcheckbox .item,
.gu_box .user_checkbox.user_mapcheckbox .item,
.ys_box .user_checkbox.user_mapcheckbox .item {
  white-space: nowrap;
  margin-right: 48px;
}
.edit_name .user_checkbox .item,
.edit_mail .user_checkbox .item,
.edit_phone .user_checkbox .item,
.user_rz .user_checkbox .item,
.tx_box .user_checkbox .item,
.user_pj .user_checkbox .item,
.gu_box .user_checkbox .item,
.ys_box .user_checkbox .item {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  opacity: 0.8;
  margin-right: 48px;
  cursor: pointer;
}
.edit_name .user_checkbox .item:last-child,
.edit_mail .user_checkbox .item:last-child,
.edit_phone .user_checkbox .item:last-child,
.user_rz .user_checkbox .item:last-child,
.tx_box .user_checkbox .item:last-child,
.user_pj .user_checkbox .item:last-child,
.gu_box .user_checkbox .item:last-child,
.ys_box .user_checkbox .item:last-child {
  margin-right: 0;
}
.edit_name .user_checkbox .item.on span,
.edit_mail .user_checkbox .item.on span,
.edit_phone .user_checkbox .item.on span,
.user_rz .user_checkbox .item.on span,
.tx_box .user_checkbox .item.on span,
.user_pj .user_checkbox .item.on span,
.gu_box .user_checkbox .item.on span,
.ys_box .user_checkbox .item.on span {
  background: url(https://new-vipyidian.oss-cn-beijing.aliyuncs.com/index/r22.png) center center no-repeat;
}
.edit_name .user_checkbox .item span,
.edit_mail .user_checkbox .item span,
.edit_phone .user_checkbox .item span,
.user_rz .user_checkbox .item span,
.tx_box .user_checkbox .item span,
.user_pj .user_checkbox .item span,
.gu_box .user_checkbox .item span,
.ys_box .user_checkbox .item span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://new-vipyidian.oss-cn-beijing.aliyuncs.com/index/r11.png) center center no-repeat;
  background-size: cover;
  margin-right: 6px;
}
.edit_name .fegder,
.edit_mail .fegder,
.edit_phone .fegder,
.user_rz .fegder,
.tx_box .fegder,
.user_pj .fegder,
.gu_box .fegder,
.ys_box .fegder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.edit_name .fegder .user_pj_to,
.edit_mail .fegder .user_pj_to,
.edit_phone .fegder .user_pj_to,
.user_rz .fegder .user_pj_to,
.tx_box .fegder .user_pj_to,
.user_pj .fegder .user_pj_to,
.gu_box .fegder .user_pj_to,
.ys_box .fegder .user_pj_to {
  width: 158px;
  height: 36px;
  line-height: 36px;
  margin: 0;
}
