.w {
  width: 1000px;
  margin: auto;
}
.main {
  background-color: #EAE9E9;
  font-size: 14px;
}
.main input::placeholder {
  color: #AAA7A7;
  font-size: 14px;
  font-weight: bold;
}
.member {
  width: 1000px;
  margin: auto;
  font-family: cursive;
}
.member .toptitle {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  color: #F83439;
  font-size: 22px;
  font-weight: bold;
  margin: 10px auto;
}
.member .content {
  display: flex;
}
.member .content .left {
  cursor: pointer;
  padding: 10px 15px;
  background-color: #ffffff;
  font-weight: bold;
}
.member .content .left .li {
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  margin-top: 6px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #666666;
  padding-top: 2px;
  padding-bottom: 2px;
}
.member .content .left .active {
  color: #F9888B;
}
.member .content .left .active:before {
  content: "";
  width: 3px;
  height: 20px;
  display: block;
  background-color: #F9888B;
  margin-right: 8px;
  margin-left: -8px;
}
.member .content .left .t {
  font-size: 22px;
}
.member .content .right {
  flex: 1;
  background: #ffffff;
  margin-left: 15px;
  padding: 15px;
  font-family: "宋体";
}
.member .content .right .c {
  font-size: 16px;
}
.member .content .right .c .row {
  display: flex;
  margin-top: 8px;
}
.member .content .right .c .row .n input {
  border-radius: 8px;
  padding: 0 6px;
}
.member .content .right .c .row .n .but {
  background-color: #FA2291;
  color: #fff;
  border-radius: 5px;
  padding: 3px 15px;
}
.member .content .right .memberlist .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e0e0;
  padding: 5px 0;
}
.member .content .right .memberlist .row .left {
  display: flex;
  flex: 1;
}
.member .content .right .memberlist .row .left .l .b {
  margin-top: 8px;
  display: flex;
}
.member .content .right .memberlist .row .right1 .r1 {
  display: flex;
  margin-top: 5px;
}
.member .content .right .memberlist .row .right1 .r1 .but {
  padding: 5px 10px;
  border-radius: 15px;
  margin-left: 5px;
}
.member .content .right .memberlist .row .right1 .r1 .lanse {
  color: #58C705;
}
.member .content .right .memberlist .row .right1 .r1 .lvse {
  color: #3092F8;
}
.member .content .right .memberlist .row .right1 .r1 .red {
  color: #fff;
  background-color: #FA2292;
}
.member .content .right .page {
  display: flex;
  margin-top: 15px;
  color: red;
}
.member .content .right .page a {
  color: red;
  margin-right: 10px;
  display: flex;
}
.member .content .right .but {
  cursor: pointer;
}
.member .content .right .cztype .row1 {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.member .content .right .cztype .row1 .t {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
.member .content .right .cztype .row1 .r .but,
.member .content .right .cztype .row1 .r input {
  width: 200px;
  height: 35px;
  line-height: 35px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #F52A9D;
}
.member .content .right .cztype .row1 .r .but {
  background-color: #F52A9D;
  color: #FFFFFF;
  cursor: pointer;
}
.member .content .right .cztype .submit {
  width: 100px;
  margin-left: 100px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #F52A9D;
  color: #FFFFFF;
  cursor: pointer;
}
.member .content .right .cztype .czbuts {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}
.member .content .right .cztype .czbuts .but {
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #F42E9A;
  cursor: pointer;
}
.member .content .right .cztype .t2 {
  color: #FA0318;
  font-weight: bold;
  font-size: 18px;
}
.member .content .right .cztype .ms2 {
  color: #FA0318;
}
.member .content .right .cztype .ms2 .row {
  margin-top: 5px;
}
.header .top1 {
  background-color: #fff;
  font-family: cursive;
}
.header .top1 .top {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  box-sizing: border-box;
  width: 1000px;
  margin: auto;
  font-size: 16px;
}
.header .top1 .top .logo {
  width: 15%;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
}
.header .top1 .top .logo img {
  width: 100%;
  height: 100%;
  max-height: 40px;
}
.header .top1 .top .search {
  flex: 1;
  margin-left: 30px;
  margin-right: 20px;
  display: flex;
  border: 1px solid #A8A09F;
  padding: 2px 5px;
  border-radius: 5px;
}
.header .top1 .top .search input {
  flex: 1;
  border: 0;
  font-family: cursive;
  font-size: 16px;
}
.header .top1 .top .search .s {
  color: #fff;
  background-color: #ff7200;
  border-radius: 5px;
  padding: 2px 10px;
  border: 0;
  font-family: cursive;
  font-size: 16px;
}
.header .top1 .top .right {
  display: flex;
}
.header .top1 .top .right .but {
  padding: 6px 10px;
  border: 1px solid #FC006A;
  border-radius: 15px;
  margin-left: 10px;
  color: red;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header .fgx {
  background-color: #FC006A;
  height: 1px;
  width: 100%;
}
.header .nav {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background-color: #ff7200;
  padding-bottom: 10px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}
.header .nav li {
  cursor: pointer;
  width: 10%;
  list-style: none;
  margin-top: 10px;
}
.header .nav li img {
  width: 60px;
  height: 57px;
}
.header .nav li .t {
  margin-top: 5px;
}
.ad {
  background-color: #ff7200;
  color: #ffffff;
  border-radius: 10px;
  margin-top: 8px;
}
.ad a {
  display: block;
  width: 100%;
}
.ad a img {
  width: 100%;
  height: 120px;
}
.ad .row {
  display: flex;
  align-items: center;
}
.ad .row .title {
  font-size: 15px;
}
.ad .row .ms {
  font-size: 15px;
  font-weight: bold;
}
.rmcs {
  background-color: #ff7200;
  color: #ffffff;
  border-radius: 10px;
  margin-top: 8px;
}
.rmcs .row {
  display: flex;
  align-items: center;
}
.rmcs .row .title {
  font-size: 15px;
}
.rmcs .row .lable {
  display: flex;
  font-size: 15px;
  font-weight: bold;
}
.rmcs .row .lable .row {
  margin-right: 5px;
  cursor: pointer;
}
.imgad {
  width: 1000px;
  margin: auto;
  border-radius: 5px;
  margin-top: 8px;
  height: 120px;
  background-color: #ff7200;
}
.imgad a {
  display: flex;
  width: 100%;
  height: 100%;
}
.imgad a img {
  width: 100%;
  height: 120px;
}
.title2 {
  width: 1000px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
}
.title2 img {
  width: 25px;
}
.title2 .t {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.list2 {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.list2 .row {
  cursor: pointer;
  margin-bottom: 10px;
  width: 24%;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
  margin-right: 1.33%;
}
.list2 .row .fmt {
  height: 260px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.list2 .row .fmt img {
  width: 100%;
  height: 100%;
}
.list2 .row .fmt .lb {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: -5px;
  text-align: center;
  background-color: #ff7200;
  color: #fff;
  padding: 3px 15px;
  border-radius: 3px;
}
.list2 .row .t {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 2px;
}
.list2 .row .but {
  margin: 3px auto;
  width: 30%;
  color: #fff;
  background-color: #ff7200;
  text-align: center;
  border-radius: 5px;
  padding: 2px 5px;
}
.list2 .row .f {
  display: flex;
  justify-content: space-between;
}
.list2 .row .f img {
  width: 15px;
}
.list2 .row .f .dw {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 5px;
}
.list2 .row .f .dw img {
  margin-right: 3px;
}
.list2 .row:nth-child(4n) {
  margin-right: 0;
}
.list2 .xz {
  border: solid 1px #666666;
}
.tanchuan {
  z-index: 2;
  width: 300px;
  border-radius: 15px;
  padding: 5px 0;
  font-weight: bold;
  border: 3px solid #62ADEC;
  position: fixed;
  top: 0px;
  left: 50%;
  margin-right: 150px;
  background-color: #fff;
  transform: translate(-50%, 50%);
  /*水平居中*/
  display: none;
}
.tanchuan .t {
  font-size: 20px;
  text-align: center;
  text-decoration: underline;
}
.tanchuan .txt {
  font-size: 16px;
  color: #777777;
  padding: 8px;
}
.tanchuan .txt .r2 {
  margin-top: 5px;
  color: #0e0e0e;
}
.tanchuan .txt .i2 {
  cursor: pointer;
  margin-top: 3px;
}
.tanchuan .tsyy {
  width: 100%;
  margin-top: 10px;
  padding: 3px;
  border-radius: 5px;
  height: 80px;
}
.tanchuan .but {
  border-top: 1px solid #777777;
  color: #F83237;
  font-size: 18px;
  text-align: center;
  padding: 8px;
}
.tanchuan .buts {
  display: flex;
  justify-content: flex-end;
}
.tanchuan .buts .b {
  border-top: 1px solid #777777;
  color: #fff;
  background-color: #FF0E96;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px;
  margin-right: 5px;
  border-radius: 8px;
  cursor: pointer;
}
.login {
  margin-top: 5px;
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  padding-bottom: 200px;
}
.login .fgx {
  height: 1px;
  background-color: #787878;
  width: 90%;
  margin: auto;
}
.login .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.login .row .l {
  width: 60px;
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
}
.login .row .r input {
  border-radius: 5px;
  padding: 5px;
}
.login .row .but1 {
  display: flex;
}
.login .row .but1 .but {
  background-color: #ff7200;
  padding: 5px 3px;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  width: 70px;
  margin: 0 auto;
}
.fatie {
  width: 1000px;
  margin: auto;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #ff7200;
  padding: 15px;
  box-sizing: border-box;
}
.fatie .row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.fatie .row .t {
  width: 60px;
  color: #fff;
}
.fatie .row .c input,
.fatie .row .c select,
.fatie .row .c textarea {
  padding: 6px 10px;
  border-radius: 8px;
  border-style: none;
  width: 600px;
}
.fatie .row .c textarea {
  width: 800px;
  height: 200px;
}
.fatie .row .c .nq {
  width: 150px;
}
.fatie .label {
  color: #fff;
}
.fatie .but {
  margin-top: 10px;
  color: #ff7200;
  background-color: #fff;
  font-weight: bold;
  width: 100px;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
}
.threadxq {
  width: 1000px;
  margin: auto;
  margin-top: 10px;
}
.threadxq .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.threadxq .cc {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
}
.threadxq .cc h2 {
  text-align: center;
  font-size: 22px;
  color: #ff7200;
  padding: 5px 0;
  border-bottom: 1px solid #D7D4D4;
  margin-bottom: 8px;
}
.threadxq .c1 {
  font-weight: bold;
  font-size: 18px;
}
.threadxq .c1 .top1 .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.threadxq .c1 .top1 .t1 .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.threadxq .c1 .top1 .t1 .date img {
  width: 18px;
  margin-right: 5px;
}
.threadxq .c1 .top2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.threadxq .c1 .top2 .left {
  width: 150px;
  border-radius: 5px;
  overflow: hidden;
  height: 180px;
}
.threadxq .c1 .top2 .left img {
  width: 100%;
  height: 100%;
}
.threadxq .c1 .top2 .right {
  margin-left: 15px;
}
.threadxq .c1 .top2 .right .row {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.threadxq .c1 .top2 .right .row .t {
  margin-right: 5px;
}
.threadxq .c1 .top3 {
  display: flex;
  margin-top: 10px;
}
.threadxq .c1 .top3 .but {
  margin-right: 8px;
  background-color: #ff7200;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
}
.threadxq .c2 {
  font-weight: bold;
}
.threadxq .c2 .row {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.threadxq .c2 .tslogin {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
}
.threadxq .c2 .tslogin a {
  color: #ff7200;
}
.threadxq .c2 .tslogin1 {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.threadxq .c2 .tslogin1 a {
  color: #ff7200;
}
.threadxq .c3 {
  font-weight: bold;
}
.threadxq .c3 .content {
  font-size: 18px;
}
.threadxq .c4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.threadxq .c4 img {
  width: 24.5%;
  height: 350px;
  margin-top: 10px;
  margin-right: 0.66%;
}
.threadxq .c4 img:nth-child(4n) {
  margin-right: 0;
}
.threadxq .c5 .huifu input {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  padding: 5px;
  box-sizing: border-box;
}
.threadxq .c5 .huifu .but {
  float: right;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #ff7200;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 15px;
  cursor: pointer;
}
.threadxq .c5 .list {
  font-weight: bold;
}
.threadxq .c5 .list .row {
  margin-top: 8px;
  display: flex;
}
.threadxq .c5 .list .row .left img {
  width: 50px;
  margin-right: 5px;
}
.threadxq .c5 .list .row .right .t1 {
  display: flex;
  align-items: center;
}
.threadxq .c5 .list .row .right .t1 .uname {
  font-size: 22px;
  font-weight: bold;
}
.threadxq .c5 .list .row .right .t1 img {
  height: 18px;
  margin-left: 5px;
}
.threadxq .c5 .list .row .right .colorred {
  color: #F30A41;
}
.threadxq .c5 .list .row .right .colorlanse {
  color: #3CB2F6;
}
.threadxq .c5 .list .row .right .row .left img {
  width: 30px;
  margin-right: 5px;
}
.threadxq .c5 .list .row .right .ms {
  margin-top: 5px;
}
.threadxq .c5 .list .row .right .t2 {
  margin-top: 5px;
  display: flex;
  align-items: flex-end;
  color: #5C5B54;
}
.threadxq .c5 .list .row .right .t2 .but {
  margin-left: 30px;
  cursor: pointer;
}
.mrqd {
  width: 1000px;
  margin: auto;
}
.mrqd h2 {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #F83439;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mrqd .c {
  display: flex;
  font-weight: bold;
  color: #F42E9A;
}
.mrqd .c .left {
  background-color: #fff;
  flex: 2;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
}
.mrqd .c .left .row {
  display: flex;
  margin-top: 10px;
}
.mrqd .c .right {
  background-color: #fff;
  flex: 1;
  text-align: center;
  margin-left: 10px;
  border-radius: 10px;
}
.mrqd .c .right .but {
  background-color: #F42E9A;
  color: #fff;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}
.mrqd .c .right .ms {
  margin-top: 15px;
  color: #F83439;
}
.footer {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 30px;
}
.page {
  text-align: center;
  margin-top: 8px;
}
.taocan {
  width: 1000px;
  margin: auto;
  border-radius: 5px;
  margin-top: 8px;
  background-color: #ff7200;
}
.taocan .top {
  text-align: center;
}
.taocan .content {
  display: flex;
  justify-content: space-between;
  padding: 2px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.taocan .content .row {
  width: 32.5%;
  padding-top: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px -3px 8px #ad3a3a;
}
.taocan .content .row img {
  width: 100%;
  margin-top: 15px;
}
.taocan .content .row .price {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.taocan .content .row .but {
  font-size: 18px;
  font-weight: bold;
  width: 110px;
  margin: auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #6AC4FD;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
}
#mdly {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 9999;
  margin-top: -16px;
  padding: 10px 25px;
  width: 250px;
  height: 100px;
  background: url(http://cs.az.com/static/image/common/mdly.png) no-repeat 0 0;
  line-height: 32px;
  overflow: hidden;
}
#mdly .cp {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 32px;
  line-height: 100px;
  overflow: hidden;
}
#mdly label {
  position: absolute;
  top: 10px;
  _top: 16px;
  right: 50px;
}
#mdly .pr,
#mdly .pc {
  vertical-align: middle;
  margin: 0 5px 1px 0;
  padding: 0;
}
#mdly h6 {
  line-height: 32px;
}
#mdly h6 strong {
  margin: 0 3px;
  color: #F26C4F;
}
#mdly a {
  color: #06C;
}
#mdly .pipe {
  margin: 0 5px;
  color: #CCC;
}
#tck2 {
  padding: 30px;
}
#tck2 .all {
  display: flex;
  margin-top: 10px;
}
#tck2 .content {
  margin-top: 10px;
  display: flex;
}
#tck2 .content .row {
  margin-right: 5px;
  cursor: pointer;
}
#tck3 {
  padding: 8px;
}
#tck3 .xzsl {
  margin-left: 15px;
}
#tck3 .row {
  margin-top: 10px;
}
#tck3 .row .c {
  display: flex;
  margin-top: 5px;
}
#tck3 .row .c input {
  margin-left: 18px;
}
#tck3 .row .c input,
#tck3 .row .c select {
  margin-right: 5px;
}
#tck3 .row .c select {
  margin-left: 5px;
}
#tck3 .row .c .layui-form-label {
  width: auto;
}
#tck3 .row .but {
  background-color: #ff7200;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
}
.layui-quote-nm {
  border-width: 1px;
}
.xinxic .c {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 20px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: bold;
}
.xinxic .c .title {
  color: #F26C4F;
  font-size: 18px;
}
.xinxic .c .nr p {
  margin-top: 5px;
}
@media only screen and (max-width: 600px) {
  .w {
    width: 100%;
  }
  .header .top1 .top {
    width: 100%;
    flex-wrap: wrap;
  }
  .header .top1 .top .logo {
    width: 20%;
    margin-left: 10px;
  }
  .header .top1 .top .right {
    margin-top: 10px;
  }
  .header .nav {
    width: 100%;
  }
  .header .nav li {
    width: 24%;
  }
  .rmcs .row .title {
    white-space: nowrap;
    flex-shrink: 0;
    width: 65px;
  }
  .rmcs .row .lable {
    flex-flow: wrap;
  }
  .rmcs .row .lable .row {
    white-space: nowrap;
  }
  .list2 {
    width: 100%;
  }
  .list2 .row {
    width: 48%;
  }
  .list2 .row .fmt {
    height: 165px;
  }
  .list2 .row .but {
    width: 80%;
  }
  .list2 .row .f {
    flex-flow: wrap;
  }
  .member {
    width: 100%;
  }
  .member .content {
    flex-wrap: wrap;
  }
  .member .content .left {
    width: 100%;
  }
  .member .content .right {
    margin-left: 0;
    margin-top: 10px;
  }
  .member .content .right .cztype .czbuts {
    display: flex;
    justify-content: flex-start;
  }
  .member .content .right .cztype .czbuts .but {
    width: 32%;
    box-sizing: border-box;
    margin-right: 1%;
    margin-top: 10px;
  }
  .member .content .right .czbuts {
    flex-wrap: wrap;
  }
  .mrqd {
    width: 100%;
  }
  .mrqd .c {
    flex-flow: wrap;
  }
  .mrqd .c .left {
    width: 100%;
    flex: none;
  }
  .mrqd .c .right {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .fatie {
    width: 100%;
  }
  .fatie .row .c {
    flex: 1;
  }
  .fatie .row .c input,
  .fatie .row .c select {
    width: 100%;
  }
  .fatie .row .c textarea {
    width: 100%;
  }
  .fatie .row .c #province,
  .fatie .row .c #city {
    width: 49%;
  }
  .fatie .row .c .layui-upload .layui-elem-quote {
    width: 90px;
  }
  .imgad {
    width: 100%;
  }
  .threadxq {
    width: 100%;
  }
  .taocan {
    width: 100%;
  }
  .taocan .content .row .but {
    width: 90px;
  }
  .threadxq .c1 .top1 .date {
    white-space: nowrap;
  }
  .threadxq .c1 .top2 .right .t {
    white-space: nowrap;
  }
  .threadxq .c4 img {
    width: 100%;
    margin-top: 10px;
  }
  .nfl .f_c {
    width: 80%;
    margin: auto;
    margin-top: 10px;
  }
  .title2 {
    width: 100%;
  }
}
/*# sourceMappingURL=new1.css.map */