@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


/*** stylus-style ***/
html,
body {
  font-size: 14px;
  line-height: 21px;
  font-family: Arial, "方正黑体简体";
  background-color: #f3f3f3;
}
.main-content {
  min-width: 1000px;
  padding-bottom: 50px;
}
.main-content .area-title {
  text-align: center;
  padding: 40px 0;
}
.main-content .area-title .title-cn {
  font-size: 30px;
  color: #3a3a3a;
  line-height: 1em;
}
.main-content .area-title .title-en {
  font-size: 16px;
  color: #aaa;
  letter-spacing: 0.3em;
}
.main-content .area-title .title-line {
  line-height: 0;
  margin: 14px auto;
}
.main-content .area-title .title-line .line-piece {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 3px;
  background-color: #afafaf;
}
.main-content .area-title .title-line .line-piece:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 6px;
  background-color: #b62b29;
  margin-left: -20px;
  margin-top: -3px;
}
.main-content .area-body {
  width: 1000px;
  margin: 0 auto;
}
.main-content .area-carousel-1 {
  display: table;
  width: 100%;
  overflow: hidden;
}
.main-content .area-carousel-1 > * {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  height: 3.333333333333333rem;
}
.main-content .area-carousel-1 .carousel-left,
.main-content .area-carousel-1 .carousel-right {
  width: 25%;
}
.main-content .area-carousel-1 .carousel-center {
  width: 50%;
  position: relative;
}
.main-content .area-carousel-1 .carousel-wraper {
  position: absolute;
  top: 0;
  left: 0;
  height: 3.333333333333333rem;
}
.main-content .area-carousel-1 .carousel-elem {
  position: relative;
  height: 100%;
  width: 5rem;
  background: url("./untitle") center bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.main-content .area-carousel-1 .carousel-elem:not(.active) {
  -webkit-transform: scale(0.82);
  -moz-transform: scale(0.82);
  -o-transform: scale(0.82);
  -ms-transform: scale(0.82);
  transform: scale(0.82);
}
.main-content .area-carousel-1 .carousel-elem .word {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 25px;
  line-height: 1em;
  padding: 12px;
}
.main-content .area-carousel-2 {
  position: relative;
  overflow: hidden;
}
.main-content .area-carousel-2 .indicator-wraper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  padding-bottom: 20px;
}
.main-content .area-carousel-2 .indicator-wraper .indicator-elem {
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-color: #ccb39e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
}
.main-content .area-carousel-2 .indicator-wraper .indicator-elem.active {
  background-color: #fff;
}
.main-content .area-carousel-2 .indicator-wraper .indicator-elem a {
  display: block;
  text-decoration: none;
}
.main-content .area-carousel-2 .carousel-center {
  position: relative;
  height: 3.74rem;
}
.main-content .area-carousel-2 .carousel-wraper {
  position: absolute;
  top: 0;
  left: 0;
  height: 3.74rem;
}
.main-content .area-carousel-2 .carousel-elem {
  height: 100%;
  width: 10rem;
  background: url("./untitle") center bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
body > .side-nav {
  position: fixed;
  right: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
body > .side-nav .nav-elem {
  margin-bottom: 4px;
  text-align: right;
  position: relative;
}
body > .side-nav .nav-elem:hover.phone .nav-icon {
  background-image: url("/szair_B2C/static/images/szairMedia/ico_phone2.png");
}
body > .side-nav .nav-elem:hover.qrcode .nav-icon {
  background-image: url("/szair_B2C/static/images/szairMedia/ico_code2.png");
}
body > .side-nav .nav-elem:hover.contact .nav-icon {
  background-image: url("/szair_B2C/static/images/szairMedia/ico_news2.png");
}
body > .side-nav .nav-elem:hover:not(.scrolltop) .nav-icon {
  background-color: #f62834;
}
body > .side-nav .nav-elem:hover .word {
  display: inline-block;
  padding-right: 20px;
  background-color: #f62834;
  line-height: 40px;
  vertical-align: top;
  color: #fff;
}
body > .side-nav .nav-elem:hover .qrcode-wraper {
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #f62834;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px;
}
body > .side-nav .nav-elem:hover .qrcode-wraper img {
  width: 100px;
  height: 100px;
}
body > .side-nav .nav-elem:hover .qrcode-wraper .qrcode-one {
  display: inline-block;
  white-space: normal;
}
body > .side-nav .nav-elem.phone .nav-icon {
  background-image: url("/szair_B2C/static/images/szairMedia/ico_phone3.png");
}
body > .side-nav .nav-elem.qrcode .nav-icon {
  background-image: url("/szair_B2C/static/images/szairMedia/ico_code1.png");
}
body > .side-nav .nav-elem.contact .nav-icon {
  background-image: url("/szair_B2C/static/images/szairMedia/ico_news.png");
}
body > .side-nav .nav-elem.scrolltop .nav-icon {
  background-image: url("/szair_B2C/static/images/szairMedia/ico_top.png");
}
body > .side-nav .nav-elem .nav-icon {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: url("./untitle") #e9e9e9 center center no-repeat;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  background-size: 50%;
}
body > .side-nav .nav-elem .word {
  display: none;
}
body > .side-nav .nav-elem .qrcode-wraper {
  display: none;
}
.guolv-pages .area-top-banner .image-wraper {
  height: 3.74rem;
  background: url("./untitle") center center repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
}
.guolv-pages .area-top-banner .image-wraper > * {
  position: absolute;
  top: 0;
  left: 50%;
}
.guolv-pages .area-top-banner .image-wraper img {
  width: 120px;
  height: auto;
  margin-left: 290px;
  margin-top: 70px;
}
.guolv-pages .area-top-banner .image-wraper .word {
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  text-shadow: 3px 3px 3px #999;
}
.guolv-pages .area-top-banner .image-wraper .word-1 {
  margin-top: 93px;
}
.guolv-pages .area-top-banner .image-wraper .word-2 {
  margin-top: 167px;
  margin-left: 67px;
}
.guolv-pages .area-company-profile {
  padding: 20px 0;
}
.guolv-pages .area-company-profile .area-tab {
  display: table;
  width: 100%;
}
.guolv-pages .area-company-profile .area-tab > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.guolv-pages .area-company-profile .area-cell:last-of-type {
  padding-left: 55px;
}
.guolv-pages .area-company-profile .area-cell h1 {
  font-size: 20px;
  padding: 20px 0 40px;
  color: #2e2e2e;
}
.guolv-pages .area-company-profile .area-cell p {
  color: #8c8c8c;
}
.guolv-pages .area-company-profile .area-cell .photo {
  height: 292px;
  background: url("./untitle") center center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.guolv-pages .area-company-strength {
  padding: 20px 0;
}
.guolv-pages .area-company-strength .area-tab {
  display: table;
  width: 100%;
}
.guolv-pages .area-company-strength .area-tab > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 20px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.guolv-pages .area-company-strength .area-cell .logo-waper {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background: url("./untitle") center center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.guolv-pages .area-company-strength .area-cell .desc {
  font-size: 20px;
  color: #c52d28;
  font-weight: 600;
  margin: 10px 0;
}
.guolv-pages .area-company-strength .area-cell .summary {
  width: 200px;
  margin: 0 auto;
  color: #919191;
  line-height: 1.31em;
}
.guolv-pages .area-company-service {
  padding: 20px 0 50px;
}
.guolv-pages .area-company-service .area-tab {
  display: table;
  width: 100%;
}
.guolv-pages .area-company-service .area-tab > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.guolv-pages .area-company-service .area-cell .logo {
  position: relative;
  width: 250px;
  height: 350px;
  margin: 0 auto;
}
.guolv-pages .area-company-service .area-cell .logo-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url("./untitle") center center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.guolv-pages .area-company-service .area-cell .logo-inner {
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  background: url("./untitle") center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.guolv-pages .area-company-service .area-cell .desc {
  font-size: 20px;
  color: #c52d28;
  font-weight: 600;
  margin: 10px 0;
}
.guolv-pages .area-company-service .area-cell .summary {
  width: 200px;
  margin: 0 auto;
  color: #919191;
  line-height: 1.31em;
}
.guolv-pages .area-company-case {
  background-color: #2f2f2f;
  padding: 0 0 50px;
}
.guolv-pages .area-company-case .area-title * {
  color: #9f9f9f !important;
}
.guolv-pages .area-company-partner {
  padding: 20px 0 50px;
}
.guolv-pages .area-company-partner .area-cell {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
.guolv-pages .area-company-partner .area-cell .cell-inner {
  display: block;
  height: 90px;
  width: 100%;
  background: url("./untitle") #fff center center no-repeat;
  -webkit-background-size: 70% auto;
  -moz-background-size: 70% auto;
  background-size: 70% auto;
}
.guolv-pages .area-company-contact {
  padding-bottom: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}
.chuanmei-pages {
  padding-bottom: 0;
}
.chuanmei-pages .area-top-bar {
  border-bottom: 1px solid #eee;
}
.chuanmei-pages .area-top-bar .area-top {
  padding: 7px 0;
}
.chuanmei-pages .area-top-bar .area-top img {
  vertical-align: middle;
}
.chuanmei-pages .area-top-bar .area-bottom .logo {
  position: relative;
  margin-top: -10px;
}
.chuanmei-pages .area-top-bar .area-bottom .top-elem.active a {
  font-weight: 600;
  color: #fff;
  background-color: #f3303c;
}
.chuanmei-pages .area-top-bar .area-bottom .top-elem a {
  display: block;
  color: #333;
  min-width: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 20px;
  text-decoration: none;
  text-align: center;
}
.chuanmei-pages .area-company-strength {
  padding: 20px 0;
}
.chuanmei-pages .area-company-strength .area-tab {
  display: table;
  width: 100%;
}
.chuanmei-pages .area-company-strength .area-tab > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 20px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.chuanmei-pages .area-company-strength .area-cell .logo-waper {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background: url("./untitle") center center no-repeat;
  -webkit-background-size: 80% 80%;
  -moz-background-size: 80% 80%;
  background-size: 80% 80%;
}
.chuanmei-pages .area-company-strength .area-cell .desc {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 10px 0;
}
.chuanmei-pages .area-company-strength .area-cell .summary {
  width: 200px;
  margin: 0 auto;
  color: #666;
  line-height: 1.31em;
}
.chuanmei-pages .area-company-case {
  background-color: #2f2f2f;
  padding: 0 0 50px;
}
.chuanmei-pages .area-company-case .area-title * {
  color: #9f9f9f !important;
}
.chuanmei-pages .area-company-service {
  padding: 20px 0 50px;
}
.chuanmei-pages .area-company-service .area-tab {
  display: table;
  width: 100%;
}
.chuanmei-pages .area-company-service .area-tab > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.chuanmei-pages .area-company-service .area-cell {
  padding: 0 5px;
  background-color: #f7f7f7;
  -webkit-background-clip: content;
  -moz-background-clip: content;
  background-clip: content-box;
}
.chuanmei-pages .area-company-service .area-cell .img {
  width: 240px;
  height: 240px;
  background: url("./untitle") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}
.chuanmei-pages .area-company-service .area-cell .desc {
  position: relative;
  margin-bottom: 40px;
}
.chuanmei-pages .area-company-service .area-cell .desc .desc-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  height: 66px;
  border: 3px solid #fff;
  background-color: #ff1932;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
}
.chuanmei-pages .area-company-service .area-cell .summary {
  width: 200px;
  margin: 0 auto;
  color: #919191;
  line-height: 1.31em;
  padding-bottom: 20px;
}
.chuanmei-pages .area-company-profile {
  padding: 20px 0;
}
.chuanmei-pages .area-company-profile .area-tab {
  display: table;
  width: 100%;
}
.chuanmei-pages .area-company-profile .area-tab > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.chuanmei-pages .area-company-profile .area-cell:last-of-type {
  padding-left: 55px;
}
.chuanmei-pages .area-company-profile .area-cell h1 {
  font-size: 20px;
  padding: 20px 0 40px;
  color: #2e2e2e;
}
.chuanmei-pages .area-company-profile .area-cell p {
  color: #8c8c8c;
}
.chuanmei-pages .area-company-profile .area-cell .photo {
  height: 292px;
  background: url("./untitle") center center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.chuanmei-pages .area-company-partner {
  padding: 20px 0 50px;
  background-color: #f7f7f7;
}
.chuanmei-pages .area-company-partner .area-cell {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
.chuanmei-pages .area-company-partner .area-cell .cell-inner {
  display: block;
  height: 90px;
  width: 100%;
  background: url("./untitle") #fff center center no-repeat;
  -webkit-background-size: 70% auto;
  -moz-background-size: 70% auto;
  background-size: 70% auto;
}
.chuanmei-pages .area-company-contact {
  padding-bottom: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}
.chuanmei-pages .area-company-contact .bar-desc {
  margin-bottom: 50px;
}
.chuanmei-pages .area-company-contact .form-elem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.chuanmei-pages .area-company-contact .form-elem.input-elem {
  width: 50%;
}
.chuanmei-pages .area-company-contact .form-elem.input-elem .input-wraper {
  border: 1px solid #ededed;
  padding: 15px;
  background-color: #f9f9f9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.chuanmei-pages .area-company-contact .form-elem.input-elem input {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  background-color: transparent;
  width: 100%;
  outline: none;
}
.chuanmei-pages .area-company-contact .form-elem.textarea-elem {
  width: 75%;
}
.chuanmei-pages .area-company-contact .form-elem.textarea-elem textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  line-height: 1.3em;
  padding: 15px;
  border: 1px solid #ededed;
  background-color: #f9f9f9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.chuanmei-pages .area-company-contact .form-elem.btn-elem {
  width: 25%;
  padding-top: 113px;
}
.chuanmei-pages .area-company-contact .form-elem.btn-elem .btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 210px;
  height: 55px;
  line-height: 55px;
  background-color: #ee2933;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
}
.chuanmei-pages .area-company-footer {
  background-color: #f7f7f7;
  padding: 40px 0 60px;
}
.chuanmei-pages .area-company-footer .area-cell {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chuanmei-pages .area-company-footer .area-cell:first-of-type {
  padding-right: 20px;
}
.chuanmei-pages .area-company-footer .area-cell:first-of-type:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 90px;
  border-right: 2px solid #e1e1e1;
  margin-top: -45px;
}
.chuanmei-pages .area-company-footer .area-cell:last-of-type {
  padding-left: 90px;
}

#tipDiv{ display: none;  position: fixed;  left: 0;  top: 0;  z-index: 9999;	    background: rgba(0,0,0,0.6);  width: 100%;   height: 100%;}
.tip_DIV1{
	width: 500px;
    height:200px;
    padding:30px;
    background:#FFF;
    border-radius:20px;
    text-align:center;
	display:inline-block; 
	zoom:1; 
	vertical-align:middle; 
	padding:0.1rem; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    position: absolute;
}
.tip_DIV1 div{
    border-bottom:1px solid silver;
    padding: 20px;
}
.hiddenDiv { height:100%; overflow:hidden; display:inline-block; width:1px; overflow:hidden; margin-left:-1px; zoom:1; *display:inline; *margin-top:-1px; _margin-top:0; vertical-align:middle;}


#close{
    border-bottom:0px solid #FFF;
}
#close:active{
    background: silver;
    transform: translateY(0.05rem);
    transition-duration: 0s;/*杩囨浮鏁堟灉鎸佺画鏃堕棿*/
}

#load {
    height:200px;
    padding:30px;
    border-radius:15px;
    text-align:center;

}




#tivload{ display: none;  position: fixed;  left: 0;  top: 0;  z-index: 9999;	    background: rgba(0,0,0,0.6); border-radius: 0.2rem;  width: 100%;   height: 100%;}
.tivload1{width: 350px;
    height:200px;
    padding:30px;
    border-radius:15px;
    text-align:center;
}
#load:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    color: red;
    border: 2px solid red;
    border-radius: 50%;
    vertical-align: -10%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 0% 30%);
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotatez(0deg);
    }

    to {
        transform: rotatez(360deg);
    }
}
