


.font1 {
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    color: white;
}

.font2 {
    font-size: 18px;
    color: white;
}

.font3 {
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    color: #3399FD;
}

.font4 {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
}
.font5 {
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    color: white;
    white-space:nowrap;
    
}

.mybtn {
    background-color: #3399FF;
    color: white;
    border-color: #3399FF;
    font-size: 13px;
    font-family: 'Microsoft YaHei';
    border-style: solid;
    cursor: pointer;
}

.mybtn1 {
    background-color: #3399FF;
    color: white;
    border-color: #3399FF;
    border-style: solid;
    cursor: pointer;
}

.mybtn1:hover {
    background: #98CDFF;
    color: black;
}
.mybtn2 {
    background-color: white;
    color: black;
    text-align:center;
    border-color: white;
    border-style: solid;
    cursor: pointer;
}
/*.mybtn2:hover {
    background-color: #3399FF;
    color: white;
    border-color: #3399FF;
    border-style: solid;
}*/

.mydiv2 {
    width: 800px;
    height: 800px;
    position: absolute;
    left: 33%;
    top: 15%;
    margin: -100px 0 0 -150px;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
}

.mydiv3 {
    width: 1000px;
    height: 800px;
    position: absolute;
    left:28%;
    top: 15%;
    margin: -100px 0 0 -150px;
    font-family: 'Microsoft YaHei';
}
.mydiv4 {
    text-align:center;
    margin: auto;
    font-family: 'Microsoft YaHei';
}

.TextLine1 {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #3399FF;
    border-right-color: #3399FF;
    border-bottom-color: white;
    border-left-color: #3399FF;
    background-color: #3399FF;
    font-size:18px;
  
}

.TextLine2 {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: black;
    border-left-color: white;
    background-color: white;
    font-size:18px;
    font-family: 'Microsoft YaHei';
}
.TextLine3 {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
    background-color: white;
    font-size:18px;
    font-family: 'Microsoft YaHei';
}
  .mlength
  {
  display: block;
  width: 250px;
  overflow: hidden;  
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  }
  .mlength1
  {
  display: block;
  width: 140px;
  overflow: hidden;  
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  }
  .mlength2
  {
  display: block;
  width: 280px;
  overflow: hidden;  
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  }
  .mlength3
  {
  display: block;
  width: 90px;
  overflow: hidden;  
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  }
  .mlength4
  {
  display: inline-block;
  width: 540px;
  overflow: hidden;  
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  } 
   .mlength5
  {
  display: inline-block;
  width: 700px;
  overflow: hidden;  
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  }
.mypanel {
    border: 1px solid #3399FF;
    height: 80px;
    width: 1098px;
    text-align:left;
    border-top-width:0px;
}
.mypanel3 {
    border: 1px solid #3399FF;
    height: 80px;
    width: 1098px;
    position:relative;
    z-index:1;
    border-top-width:0px;
}
.mygrv {
    border: 1px solid #3399FF;
    width: 1100px;
    border-top-width:0px;
    text-align:left;
    cursor:pointer;
}


label.error {
    padding-right: 0px;
    color: Red;
}

.modalPopup {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 0px;
    /*width:900px;*/
}

.mypanel2 {
    width: 200px;
    height: 28px;
    border-color: #98CDFF;
}

input.error {
    background-color: #FBE2E2;
}
