/*@font-face {
  font-family: Futura;
  src: url(../font/da950f2527dc01bebcbedd536e38c145.eot) format('embedded-opentype'),
    url(../font/da950f2527dc01bebcbedd536e38c145.ttf) format('opentype'),
    url(../font/da950f2527dc01bebcbedd536e38c145.woff) format('woff')
}*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500;600;700;900&display=swap');


@font-face {
    font-family: mvc;
    src: url('MinionVariableConcept-Roman.otf') format('otf');
    /* 其他字體相關屬性 */
}


.mvc{font-family: 'mvc'}
img{width: 100%;display: block;}
html,body{
	width: 100%;height: 100%;font-size: 10px;
	font-family:PingFangHK-Thin,'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
	letter-spacing: .125em;
    font-size:.520833vw;
}
main{
  position: relative;width: 100%;overflow-x: hidden;
  /*background: url(../images/bg.jpg) center top repeat-y;*/
  background-size: 100% auto;
}
section{
	position: relative;
}
section:nth-child(odd){
    background-color: #F8F0EE;
}
section:nth-child(even){
    background-color: #2C6739;
}

@media screen and (max-width: 900px){
    html,body{font-size:1.3333vw; }
}

.pc {}

.mb {
    display: none;
}
header{
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: 0;
  z-index: 33;
  display: flex;justify-content: space-between;align-items: center;
}

header nav{

  display: flex;justify-content: center;align-items: center;
  flex-direction: column;
}
header nav  a{
  width: 9.8rem;
  height: 9.2rem;
  display: flex;
  justify-content: center;align-items: center;
  flex-direction: column;
  background:rgb(106 121 131 / .85);
  border: 1px solid #FFF;
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav  a p{font-size: 1.2rem;}
header nav  a:last-child{border-right: none;}
header nav  a img{
    width: 5.3rem;
}
header nav  a:hover{
    background:rgb(106 121 131 / 1);
}
/*kv*/
.kv{
    width: 100%;
    /*height: 100dvh;*/
    height: 100dvh;
    min-height: initial;
}
.kv img{height: 100%;max-width: initial; object-fit: cover;}

/*form*/


.form{
}

.form .container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;align-items: center;
    z-index: 1;
/*     padding-left:50rem ; */
}
.map{}
.form-con{
    /*z-index: 2;*/
    position: relative;
/*     margin-left: 6rem; */
}
.form-title{width: 46.7rem;margin:0 auto;margin-bottom: 3rem;}
.form-txt{    color: #00A0E9;font-size: 2.2rem;text-align: center;letter-spacing: .25em;}
.form-bottom{display: flex;justify-content: space-between;align-items: center;margin-top: 6rem;position: relative;}

.form-icons,.icons{position: relative;display: flex;}
.icons li{margin-left: 2.2rem;}
.form-icons li{width: 20rem;margin-right: 2.2rem;}
.form-logo{width: 62.8rem;}

.form-txt-list div{display: flex;justify-content: center;align-items: center;}
.form-txt-list div ul{}
.form-txt-list div ul li{font-size: 2rem;line-height: 1.75em;color: #fff;list-style:disc;transform: scaleY(1.1);}
.link-list{display: flex;justify-content: center;align-items: center;}
.link-list a{display: block;background: rgb(255 255 255 / .6);width: 25rem;height: 6.5rem;display: flex;justify-content: center;align-items: center;font-size: 2.8rem;color: #fff;font-weight: bold;margin:0 1rem;}
.form .form-con{display: flex;flex-direction: column;justify-content: center;align-items: flex-start;margin-right: 6rem;}
.form  .form-content{
/*     width: 73.5rem; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form-con-title{position: relative;width: 100%;display: flex;justify-content: center;align-items: center;}
.form-con-title::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}
.form-con-title p{
    position: relative;
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #53214A;
    display: inline;
    z-index: 2;
}
.form  .form-content ul{
    width: 100%;
}
.form  .form-content > ul{
    /*margin-bottom: 6rem;*/
    /*padding: 0 3.5rem;*/
}
.form  .form-content > ul > li{
    width: 100%;
    font-size: 22px;
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form  .form-content > ul > li.half{width: calc(50% - 7.5rem);justify-content: space-between;}

.form  .form-content > ul > li.half :nth-child(2){
    width: 34.5rem;
    background: rgb(127 79 33 / .8);
}
.form  .form-content > ul > li.send-row{
    /*border-bottom: none;*/
}
.form  .form-content li.send-row{
    padding-left: 12rem;
    display: flex;align-items: center;justify-content: center;
}
.form  .form-content li.xs-6{
    width: 48%;
}
.form  .form-content ul li:first-child,
.form  .form-content ul li:last-child{
    /*border:1px solid #C5E7FF;*/
    /*border-radius: 5px;*/
}
.gender-con{
    position: absolute;
    right: 0;
    display: flex;justify-content: center;align-items: center;
}
.form .form-content li label{
    color: #2C6739;
    font-weight: 400;
    padding-right: .5em;
    font-size: 2.3rem;
    width: 5em;
    text-align: right;
    /*width: 7em;*/
}
.form  .form-content li input[type="text"],
.form  .form-content li input[type="tel"],
.form  .form-content li input[type="email"],.form  .form-content li select{
    width: 46.9rem;
    height: 59rem;
    border:none;
    outline: none;
    padding: 0 .75em;
    color: #265C7F;
    font-size: 2.2rem;
    height: 5rem;
    letter-spacing: .25em;
    border-radius: .3rem;
    background: #fff;

}
/*.form  .form-content li select{
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 1em;
    color: #265C7F;
    font-size: 2.2rem;
    height: 6.4rem;
    line-height: 6.4rem;
}*/

.form label{
    display: block;
    position: relative;
    text-align: left;
    font-size: 2.6rem;
    /*margin-bottom: .8em;*/
}
.form-content textarea{
    font-size: 20px;
    line-height: 1.5em;
    height: 12em;
    width: 45%;
    /*padding-left: 5%;*/
    margin-left: 5%;
    position: relative;
    background: #F8F4F1;
    border-radius: 10px;
    border:2px solid #EAAD3C;

}
.form-bottom{
    text-align: center;
    margin: 0 auto;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
      /*border: 1px solid #fff;*/
       -webkit-background-clip: text;
    -webkit-text-fill-color: #265C7F;
  /*-webkit-text-fill-color: #fff;*/
  /*-webkit-box-shadow: 0 0 0px 1000px #A97F36 inset;*/
  transition: background-color 5000s ease-in-out 0s;
}
.form  .form-content li input[type="checkbox"]{
    width: 18px;
    height: 18px;
    /*border-radius: 2px;*/
    border: 1px solid rgb(255 255 255 / .5);
    background: transparent;
    outline: none;
}
.form .demand-check{
    color: #2C6739;
    font-size: 14px;
    text-align: right;
    margin-top: 0em;
    /*margin-left: 1em;*/
}
.form .demand-check .form-check-inline{
    width: 46.9rem;
    text-align: left;
}
.form .demand-check span{
    color: #2C6739;
    font-weight: 400;
    margin-right: .5em;
    
}

.form .demand-check span.margin-r{
    margin-left: 0em;
    letter-spacing: .125em;
        display: inline-block;
    transform: scaleY(1.1);
    font-size: 1.4rem;
}
.form  .form-content li.demand-check p:first-child{
    line-height: 1.5em;
}
.form  .form-content li:last-child{
    margin-top: .5em;   
}
::placeholder {
  color: rgb(3 55 91 / .6);
  font-size: 1em;
  letter-spacing: .25em;
}
.form  .form-content li select:invalid { color: gray; }

option[value=""][disabled] {
  display: none;
}
option {
    background-color: #000;
  color: #fff;
}


.form .form-content > ul > li.form-content-title{
    text-align: center;
    width: 100%;
    justify-content: center;
    /*display: inline-block;*/
}


.form .grass{
    position: absolute;
    right: -20px;
    top: 0;
}

.form .form-content li.demand-check{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: none;
    /*line-height: 70px;*/
}

.form .form-content li.demand-check label{
    width: auto;
    border:none;
    text-align: left;
    padding-right: 0;
    font-size: 2.2rem;
    letter-spacing: .125em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.demand-check a{
    text-decoration: underline;
    color: #2C6739;
    font-weight: 400;
}

@media screen and (max-width: 800px) {
    .pc{display: none;}
    .mb{display: block;}
    html,body{
        font-size: 10px;
    }
    header{
      bottom: 0;
      top: initial;
      transform: translate(0,0);
      width: 100%;
  }
  header nav{flex-direction: row;width: 100%;justify-content: space-between;}
  header nav a{
    margin:0;
    width: calc( (100vw) / 5);
    height: 14.2rem;
    background: url(../images/bg.jpg) url(../images/mnavbg.png) ;
    background-size: cover;
    justify-content: center;
  }
  header nav a img{width: 8rem;}
  header nav a.mb{display: flex;}
  header nav a:not(:last-child){border-right: none;}
/*   header nav a img{width: auto !important;height: 4.5rem;} */
    section{min-height: initial;}
    .container{max-width: 100%;margin:0 auto;}
    

    .form{background: url(../images/mbg.jpg);background-size: 100% auto;background-repeat: repeat-y;}
    .form:before{content: none;}
    .form-con{
        width: 65.7rem;
        padding: 4.4rem 3.8rem 2.4rem 3.8rem;
    }
    .form-txt{font-size: 1.6rem;color: #fff;margin-bottom: 4.5rem;}
    /*.form .form-content > ul > li.form-content-title{line-height: 4.2rem;border-radius: .5rem;}*/
    .form .form-content li input[type="text"], .form .form-content li input[type="tel"], .form .form-content li input[type="email"], .form .form-content li select{line-height: 6.4rem;height: 6.4rem;font-size: 2.5rem;}
    /*.form button.send{line-height: 4.2rem;}*/
    .arrow-left{transform: scaleX(-1);position: absolute;left: 8vw;top: 35%;width: 5.46875vw;z-index: 0;}
    .arrow-right{position: absolute;right: 8vw;width: 5.46875vw;top: 35%;z-index: 0;}
    .icons li,.form-icons li{width: 13.5rem;}

    /*{width: 13.5rem;}*/
    .form .form-content > ul{padding: 0;margin-bottom: 3rem;}
    .form-bottom{flex-direction: column;}
    .form-logo{width: 51.7rem;margin-top: 3rem;}
    .form-map{width: 100%;height: 39.8rem;}
}


@media screen and (max-width: 900px) {
    html,body{
        font-size: 1.3333vw;
    }
    /*.form .container{flex-direction: column-reverse;}*/
    
    /*.form .container > div{width: 100%;}*/
    .form .form-content{width: 56.7rem;margin:0 auto;}
    .form-con-title{justify-content: space-between;}
    .form-con-title::before,.form-con-title::after{
        content: "";
        width: calc(50% - 8rem);
        height: 1px;
        background: #fff;
        display: inline-block;
        position: relative;
        top: 50%;
        left: 0;
    }
    .form-con-title p{background:none;}
    .form .form-content > ul{margin-bottom: 0;}
    .form .form-content li.send-row{padding-left: 0;}
    .form-title{width: 35rem;}
    .map-section .container{flex-direction: column;}
    .map{display: flex;flex-direction: column-reverse;justify-content: center;align-items: center;}
    .map iframe{width: 57.5rem;height: 36.8rem;}
}


/*
 * author:evanliu2968
 * github:https://github.com/EvanLiu2968/el-checkbox
 * lincense:MIT
 */
/*checkbox radio component*/
.el-radio,
.el-checkbox {
  position: relative;
  font-size: 100%;
}
label.el-radio,
label.el-checkbox {
  display: block;
  cursor: pointer;
}
.el-radio > input[type="radio"],
.el-checkbox > input[type="checkbox"],
.el-checkbox > input[type="radio"] {
  display: none;
}
.el-radio > input[type="radio"][disabled],
.el-checkbox > input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.el-radio > input[type="radio"] + .el-radio-style,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style,
.el-checkbox > input[type="radio"] + .el-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  /*vertical-align: middle;*/
  cursor: pointer;
}
.el-radio > input[type="radio"] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:hover:before,
.el-checkbox > input[type="radio"] + .el-checkbox-style:hover:before {
  border-color: #7F4F21;
}
.el-radio > input[type="radio"] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"] + .el-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: '';
  background: #fff;
  border: 1px solid rgb(255 255 255 / 1);
}
.el-radio > input[type="radio"] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after,
.el-checkbox > input[type="radio"] + .el-checkbox-style:after {
  position: absolute;
  display: none;
  content: '';
}
.el-radio > input[type="radio"][disabled] + .el-radio-style,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style {
  cursor: not-allowed;
  color: #D3DCE6;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover,
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-radio > input[type="radio"][disabled] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:after,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:after {
  cursor: not-allowed;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:hover:before {
  border: 1px solid #D3DCE6;
  animation-name: none;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:before {
  border-color: #D3DCE6;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before,
.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:before {
  animation-name: none;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:after,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:after,
.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:after {
  display: block;
}
.el-radio > input[type="radio"] + .el-radio-style:before {
  border-radius: 50%;
}
.el-radio > input[type="radio"] + .el-radio-style:after {
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #20a0ff;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before {
  border: 1px solid #20a0ff;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:before {
  border: 1px solid #b0d7f5;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:after {
  background: #b0d7f5;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before,.el-checkbox > input[type="radio"] + .el-checkbox-style:before {
  /*border-radius: 3px;*/
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after,.el-checkbox > input[type="radio"] + .el-checkbox-style:after {
  top: .1em;
  left: .5em;
  box-sizing: border-box;
  width: .6em;
  height: 1em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before,.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:before {
  /*border: #fff;*/
  background: #2C6739;
}
.el-checkbox > input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before,.el-checkbox > input[type="radio"]:checked[disabled] + .el-checkbox-style:before {
  border: #b0d7f5;
  background: #b0d7f5;
}
/*blue theme*/
.el-radio.el-radio-blue > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-blue > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before {
  border-color: #7F4F21;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"] + label:after {
  background: #7F4F21;
}
.el-radio.el-radio-blue > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #7F4F21;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:before {
  border-color: #b0d7f5;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:after {
  background: #b0d7f5;
}
/*green theme*/
.el-radio.el-radio-green > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-green > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before {
  border-color: #13ce66;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"] + label:after {
  background: #13ce66;
}
.el-radio.el-radio-green > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:before {
  border-color: #a1efc4;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:after {
  background: #a1efc4;
}
/*red theme*/
.el-radio.el-radio-red > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-red > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before {
  border-color: #ff4949;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"] + label:after {
  background: #ff4949;
}
.el-radio.el-radio-red > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:before {
  border-color: #f9b3b3;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:after {
  background: #f9b3b3;
}
/*yellow theme*/
.el-radio.el-radio-yellow > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before {
  border-color: #f7ba2a;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"] + label:after {
  background: #f7ba2a;
}
.el-radio.el-radio-yellow > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:before {
  border-color: #fbeac1;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:after {
  background: #fbeac1;
}
/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"] {
  display: none;
}
.el-switch > input[type="checkbox"][disabled] + .el-switch-style {
  cursor: not-allowed;
  background-color: #D3DCE6;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #7F4F21;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.el-switch > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #13ce66;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #a1efc4;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #ff4949;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #f9b3b3;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #f7ba2a;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #fbeac1;
}
/*define size*/
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
  /*font-size: 85%;*/
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
  font-size: 125%;
}


