
 .puzzle-l {
    width: 256px;
    height: 350px;
    background: #f2f2f2;
    float: left;
    padding: 30px 20px 30px 24px;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(10, 25, 23, 0.15);
    line-height: normal;
    display: none;
}
.hinput{
    display: flex;
    align-items: center;
}
.hinput input{
    /*width: 360px;*/
  height: 40px;
  border: 1px solid #DBDBDB;
  outline: none;
  font-size: 1rem;
  color: #333;
  margin-right: 10px;
    
}
/*输入区域*/
/*弹窗盒子开始*/
.open-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  display: none;
}

.table-open {
  width: 620px;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -165px;
  margin-left: -310px;
  z-index: 99999;
  opacity: 1;
}

.in-box {
  width: 100%;
  padding: 20px;
}

.getInput-box {
  margin-bottom: 10px;

  .getInput {
    width: 300px;
    height: 38px;
    line-height: 38px;
    text-indent: 15px;
    border: 1px solid #cfcfcf;
    margin-left: 20px;
  }
}

.open-title {
  width: 100%;
  height: 40px;
  border: 1px solid #271e1e;
  background-color: #2e2525;
}

.choose-title {
  font-weight: bold;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-size: 18px;
  color: #ffffff !important;
}

.close-box {
  float: right;
  margin: 10px 20px 0 0;
}

.get-btn {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background-color: #b21f1f;
  border-radius: 2px;
  margin: 30px 0 0 40px;
}
 .puzzle-l .pcs {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-left: 0;
    float: left;
}
 .puzzle-l .edge-item:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}
 .edge-title .min-mm {
    font-size: 12px;
    color: #9e6c01;
    margin-left: 10px;
}
.edge-item .dropdown1 {
    position: relative;
}
 .puzzle-l .rails:before {
    content: "";
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #c6c6c6;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    z-index: 2;
    pointer-events: none;
}
 .puzzle-l .rails .dropdown-input {
    width: 120px !important;
    background: none;
    background: #fff;
    text-indent: 10px;
    cursor: pointer;
}
.edge-item .dropdown1 input {
    width: 138px !important;
}
 .puzzle-l .edge-mm {
    float: none;
}
.edge-item .dropdown1 {
    position: relative;
}

.dropdown1 {
    float: left;
    margin-right: 20px;
}
 .puzzle-l .route-process .dropdown-input {
    width: 210px !important;
    background: none;
    background: #fff;
    text-indent: 10px;
    cursor: pointer;
}
 .puzzle-l .edge-mm .size-length {
    width: 40px !important;
}
.edge-item .edge-mm span {
    display: inline-block;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-left: 0;
    font-size: 14px;
}
 .puzzle-l .above-note {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    margin-left: -108px;
    width: 216px;
    border-top: 1px solid #cfcfcf;
    font-size: 12px;
    color: #9e6c01;
    padding: 10px 0;
}
 .puzzle-l .route-process {
    width: 210px;
    height: 28px;
    position: relative;
    background: #fff;
    cursor: pointer;
}
.puzzle-l .rails {
    width: 120px;
    position: relative;
    background: #fff;
    cursor: pointer;
    margin-right: 22px;
}
.inster-menu button {
    border: none;
    padding: 18px 45px;
    background: #E8ECEE;
    border-radius: 30px;
    font-size: 1.25rem;
    margin-bottom: 27px;
    color: #333;
}

.inster-menu {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.inster-menu .muen-checked {
    background-color: #5DAD51;
    color: white;
}

 .puzzle-l .edge-item {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
}
 .puzzle-l .edge-title {
    line-height: 30px;
    margin-right: 10px;
    float: none;
    font-size: 14px;
}
 .puzzle-l .size-length, .puzzle-l .size-width {
    float: left;
    border: 1px solid #c6c6c6;
    text-indent: 15px;
    width: 76px !important;
    height: 28px;
    line-height: 28px;
    padding-right: 4px;
}
 .puzzle-l .cheng-hao {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    float: left;
    height: 30px;
    line-height: 22px;
    background: #fff;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}






.insert-radio input[type="radio"] {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #DBDBDB;
    border-radius: 20px;
    vertical-align: text-top;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-right: 10px;
}
.insert-button input[type="radio"] {
    display: none;
}
.insert-button label{
    display: flex;
}
.otherinput{
    height: 40px;
    border: 1px solid #DBDBDB;
    color: #333;
    font-size: 1rem;
    outline: none;
    display: none;
}
.upflie{
    text-align: center;
    font-size: 16px;
    margin-top: -26px;
margin-bottom: 70px;
}
.insert-radio input[type="radio"]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    background: #5DAD51;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.insert-radio input[type="radio"]:checked {
    border-color: #5DAD51;
}

.insert-radio input[type="radio"]:checked:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.insert-p {
    color: #666;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 49px;
}

.insert {
    display: flex;
    margin-right: 60px;
}

.insert>div {
    margin-right: 60px;
}

.insert-radio {
    margin-bottom: 30px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.inserttext-checked {
    color: #5DAD51 !important;
}

.insert-text {
    color: #333333;
    font-size: 1rem;
    margin-right: 10px;
    font-weight: bold;
    font-family: 'font1';
}

.insert-text-box {
    /*display: flex;*/
    /*align-items: center;*/
    position: relative;
}

.xing {
    color: #ED0B0B;
    position: absolute;
    top: 3px;
}


/* .content-pcb-box input:focus,
.insert-input:focus {
    border: 1px solid #5DAD51;
} */

.mar-text {
    padding-left: 10px;
}

.textarea-xing {
    position: relative;
}

.textarea-xing .onError {
    right: 15px;
    bottom: 50px;
    position: absolute;
    color: #ED0B0B;
}
.namexing {
    position: absolute;
    color: #ED0B0B;
    top: 15px;
    left: 8px;
}
.textarea-xing span {
    position: absolute;
    color: #ED0B0B;
    top: 15px;
    left: 19px;
}
.notes-button2{
    height: 50px;
    width: 400px;
    margin: 0 auto;
    background-color: #5DAD51;
    border-radius: 25px;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}
.insert-input input {
    width: 360px;
    height: 40px;
    border: 1px solid #DBDBDB;
    outline: none;
    font-size: 1rem;
    color: #333;
}

.insert-button button,.insert-button div {
    padding: 7px 11px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    color: #666;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

.insert-mm>div {
    /* display: flex; */
    border: 1px solid #DBDBDB;
    width: 200px;
    height: 40px;
    line-height: 40px;
    /* background: pink; */
}

.cheng {
    border: none !important;
    width: 30px !important;
    text-align: center;
}

.insert-mm {
    display: flex;
}

.insert-mm input {
    border: none;
    width: 154px;
    height: 35px;
    outline: none;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #333;
}

.insert-mm span {
    /* display: inline-block; */
    color: #999999;
}

.insert-checked {
    color: #5DAD51 !important;
    border: 1px solid #5DAD51 !important;
}

.s_type {
    font-size: 1rem;
    color: #999999;
    text-align: center;
    font-weight: 400;
    font-family: 'font1';
    display: flex;
    align-items: center;
    /* border: none;
    border-radius: 5px;
    background-color: #f3f3f3;
    padding: 7px 0;
    color: #606266;
    margin: 5px 2.5% 5px 0;
    width: 30%; */
}

.button-img {
    display: flex;
    align-items: center;
}

.s_type img {
    margin-right: 5px;
}


/* .insert-checked {
    background-color: #ebf3ff;
    color: #5999fc;
} */

.insert-button label {
    position: relative;
    margin-right: 0 !important;
}
.insert-checked:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 9px solid #5DAD51;
    border-top-color: transparent;
    border-left-color: transparent;
}

.insert-checked:after {
    content: '';
    width: 2px;
    height: 5px;
    position: absolute;
    right: 3px;
    bottom: 5px;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}


/* input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid red;
} */

.fengexian {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 60px;
    padding-bottom: 30px;
}


/* input[type='radio']{
    display: none;

}
input[type='radio'] label:before{

    content: "";

    display: block;

    width: 20px;

    height: 20px;

    border: 2px solid gold;

}
input[type='radio']:checked label:before{

    background-color: red;

} */

.insert-input-box {
    /* background-color: red; */
}

.insert-input-box input {
    border: 1px solid #DBDBDB;
    font-size: 1rem;
    color: #333;
    height: 50px;
    width: 22.5vw;
    padding-left: 20px;
    margin-bottom: 30px;
    font-family: 'font1';
}

.insert-input-box input::placeholder,
.insert-input-box textarea::placeholder {
    font-size: 1rem;
    color: #999;
    font-family: 'font1';
}

.insert-input-box textarea:focus,
.insert-input-box input:focus,
.blog2-quote-input2 textarea:focus {
    outline: 1px solid #5DAD51;
    border: none;
}

.insert-input {
    position: relative;
    width: 360px;
}

.insert-input .onError{
    position: absolute;
    right: 5px;
    color: #ED0B0B;
    bottom: 8px;
}
.hhhh .onError{
    position: absolute;
    right: 5px;
    color: #ED0B0B;
    bottom: 45px;
}

.insert-input-box textarea {
    width: 95%;
    padding-left: 30px;
}

.insert-right-title {
    /* margin-top: 30px; */
    font-size: 1.125rem;
    font-weight: 400;
    color: #333333;
    /* margin-bottom: 10px; */
}

.bit-com .bit,
.bit-com2 .bit {
    display: inline-block;
    width: 32px;
    height: 24px;
    background: url() no-repeat;
    background-size: 24px 24px;
    background-image: url(../imgs/wujiaoxing.png);
}

.bit-com .on,
.bit-com .active,
.bit-com2 .on,
.bit-com2 .active {
    background: url(../imgs/wujiaoxing2.png) no-repeat !important;
    background-size: 24px 24px;
}

.bit-com,
.bit-com2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 10px;
}

.blog2-quote-input2 {
    margin-top: 30px;
    width: 90%;
    height: 80px !important;
}

.blog2-quote-input2 textarea {
    background-color: #fff;
    height: 110px !important;
    width: 90%;
}

.quote-button2 {
    margin-top: 140px;
}

.outline-input input:focus {
    border: 1px solid #5DAD51;
}