



h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 10;
}
html,
body {
  margin: 0;
}
body {
  background: #fff;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
button,
input,
textarea,
a {
  -webkit-user-select: auto;
  /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
  margin-bottom: 14px;
}
h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
}
h4 {
  font-size: 14px;
  /* margin-bottom: 8px; */
  line-height: 31px;
  font-weight: 500;
}
.mt40 {
  margin-top: 40px;
}
.mt80 {
  margin-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
[v-cloak] {
  display: none;
}
.small {
  font-size: 14px;
}
.text-left {
  text-align: left;
}
.common-width {
 
  margin: auto;
}
.flex-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-ac {
  display: flex;
  align-items: center;
}
.f20 {
  font-size: 20px;
}
.gray-bgc {
  background-color: #ededed;
}
header {
  display: flex;
  align-items: center;
  padding: 67px 0 44px;
}
.header-left {
  margin-right: 50px;
}
.header-left p {
  margin: 68px 0 58px;
  font-size: 20px;
}
.header-left .jira-software {
  width: 498px;
}
.jira-outline {
  background-color: #ededed;
  text-align: center
}
.jira-outline img {
  margin-left: 64px;
}
.jira-outline hr{
	width:1028px;
	
}
.step2 p {
    margin-bottom: 30px;
}

.jira-outline-container {
  padding: 27px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin: auto;
  text-align: left;
}
@media screen and (min-width:1200px){
        .jira-outline-container{width:60%;}
    }
    @media screen and (min-width:640px) and (max-width: 1199px){
        .jira-outline-container{width:100%;}
    }
    @media screen and (max-width: 639px){
        .jira-outline-container{width:100%;}
		
    }
.jira-outline-text {
  font-size: 14px;
  line-height: 33px;
  margin-left: 100px;
  margin-right: 64px;
}
.jira-container {
  text-align: center;
}
.step1 {
  margin-top: 24px;
  padding: 0 10px 50px;
  border-bottom: 1px #bfbfbf solid;
}
.step1 h3 {
  margin-bottom: 28px;
}


.step2 ul,li {
    list-style: none;
}

.step2 {
    padding: 50px 20px 0px 20px;
}
.step2 > h3 {
  color: #001054;
}
.step2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
}
.step2 li {
  width: 23.3333%;
  margin-right: 71px;
/* margin-bottom: 60px; */
}
.step2 li img {
  width: 116px;
  height: 116px;
}
.step2 li p {
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}
.step2 li h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
.step2 li:nth-child(3n) {
  margin-right: 0;
}
.blue-block {
  width: 560px;
  height: 42px;
  background-color: #0066cc;
}
.video-intro {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.video-title {
  border-left: 4px #193aff solid;
  padding-left: 4px;
  text-align: left;
}
.video-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.video-box {
  padding: 20px 20px 36px;
  background-color: #fff;
  width: 432px;
  height: 214px;
}
.video-box video {
  margin-top: 18px;
  width: 283px;
  height: 174px;
  box-shadow: 1px 2px 22px 0px rgba(124, 124, 124, 0.5);
}
.video-btn {
  margin-left: 20px;
  width: 470px;
  height: 50px;
  color: #0066cc;
  font-size: 22px;
  background: #fff;
  line-height: 50px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0px 4px 12px 0px rgba(125, 125, 125, 0.5);
}
.step3 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.tab {
  margin-top: 44px;
  width: 286px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 300ms;
}
.tab.tab-active {
  background-color: #0066cc;
  color: #ffffff;
}
.tab-box {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.tab-box::after {
  content: ' ';
  position: absolute;
  height: 3px;
  background-color: #0066cc;
  left: -20px;
  right: -20px;
  bottom: -3px;
}
.tab-container {
  padding: 14px 0;
  text-align: right;
}
.tab-container > h2 {
  text-align: left;
}
.tab-container .video-intro {
  align-items: flex-end;
}
.tab-container .video-box {
  padding: 0;
}
.tab-container .video-box video {
  margin-top: 0;
  height: 100%;
  width: 420px;
}
.tab-container .video-right {
  flex: 1;
}
.tab-content {
  width: 84.17%;
  margin: 0 auto;
}
.tab-content .tab1-title {
  display: flex;
  align-items: center;
  border-bottom: #0066cc 2px solid;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 20px;
}
.tab-content .tab1-title p {
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  background: #0066cc;
  text-align: center;
}
.tab-content .tab1-title h2 {
  margin-left: 25px;
  margin-bottom: 0;
}
.tab-content .tab1-title h5 {
  margin-left: 10px;
  font-size: 16px;
}
.tab-content .mb0 {
  margin-bottom: 0;
}
.tab-content .mb10 {
  margin-bottom: 10px;
}
.tab-content h6 {
  margin-left: 40px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.tab-btn {
  margin-right: 42px;
}
.tab3 ul {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  text-align: left;
}
.tab3 ul li {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #E3E3E3;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  margin: 0;
  border-radius: 3px;
}
.tab3 ul a {
  padding: 16px 60px 15px 44px;
  font-size: 24px;
  position: relative;
  color: #0066cc;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.tab3 ul a:hover {
  background: #F8F8F8;
  color: #111;
}
.tab3 ul a:before {
  position: absolute;
  content: ' ';
  width: 10px;
  height: 2px;
  display: block;
  background: #ddd;
  transition: all 0.3s ease-in-out;
  right: 31px;
  top: 50%;
  transform: rotate(45deg);
}
.tab3 ul a:after {
  right: 25px;
  top: 50%;
  transform: rotate(-45deg);
  position: absolute;
  content: ' ';
  width: 10px;
  height: 2px;
  display: block;
  background: #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab3 ul a.active:before {
  right: 31px;
  top: 50%;
  transform: rotate(-45deg);
}
.tab3 ul a.active:after {
  right: 25px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index-btn {
  display: inline-block;
  width: 228px;
  height: 52px;
  box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 0.5);
  text-align: center;
  line-height: 52px;
  background: #ff6633;
  color: #fff;
  border: none;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}
.table1 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 44px;
}
.table1 caption {
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  padding-bottom: 14px;
}
.table1 td,
.table1 th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table1 tr:first-child,
.table1 thead:first-child {
  border-top: 0;
}
.table1 th {
  vertical-align: bottom;
  font-size: 22px;
  border-bottom: 2px solid #ddd;
}
.table1 td {
  font-size: 20px;
  font-weight: normal;
}
.table-container {
  height: 0;
  overflow: hidden;
  transition: height 500ms;
}
.table-container.table1-active {
  height: 861px;
}
.table-container.table2-active {
  height: 501px;
}
.table-container.table3-active {
  height: 321px;
}
.index-list {
  margin-top: -14px;
}
.index-list h1 {
  margin-bottom: 22px;
  text-align: left;
}
.index-list table {
  /* width: 1164px; */
  border-color: #7f7f7f;
  border-style: solid;
  border-width: 0 0 1px 1px;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  font-weight: bold;
}
.index-list table th,
.index-list table td {
  border-color: #7f7f7f;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
.index-list table th {
  font-size: 24px;
}
.index-list table td {
  height: 73px;
  position: relative;
  line-height: 1.5em;
  text-align: left;
}
.index-list table td img {
  vertical-align: middle;
  padding-left: 16px;
}
.index-list table td:nth-child(2),
.index-list table td:nth-child(3) {
  padding: 2px 5px;
}
.index-list table th:nth-child(3) {
  padding: 0 2px;
}
.index-btn:focus,
.index-btn:active,
.index-btn:hover {
  background: #cc6633;
}
.pt40 {
  padding-top: 40px;
}
    @media screen and (max-width: 639px){
        .common-width{width:80%;}
		
    }